#639D6C

Color #639D6C Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #639D6C

Tints of Oxley #639D6C

Color information

#639D6C (or 0x639D6C) is unknown color: approx Oxley. HEX triplet: 63, 9D and 6C. RGB value is (99,157,108). Sum of RGB (Red+Green+Blue) = 99+157+108=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 157 - color contains mainly: green. Hex color #639D6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639D6C is #9C6293. Grayscale: #868686. Windows color (decimal): -10248852 or 7118179. OLE color: 7118179.

HSL color Cylindrical-coordinate representation of color #639D6C: hue angle of 129.31º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #639D6C is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB99157108-
CMYK0.3700.310.38
HSL129.31º22.83%50.2%-
HSV(B)129.31º36.94%61.57%-
XYZ19.9127.8518.51-
YUV134.07113.28102.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 27.20%
GREEN value IS 157 (61.72% from 255) = 43.13%
BLUE value IS 108 (42.58% from 255) = 29.67%
R=27.20%
G=43.13%
B=29.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991571080.3700.310.38129.3122.8350.2
Hex639D6C2501F26811732
Octal14323515445037462012762
Binary11000111001110111011001001010111111001101000000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639D6C; }

 p { color: rgb(99,157,108); }

 H1.HeaderClassName
 {
   color: #639D6C;
 }
 .AnyTagClassName
 {
   color: #639D6C;
 }
</style>
background-color css

<style>
 a { background-color: #639D6C; }

 a { background-color: rgb(99,157,108); }

 div.DivClassName
 {
   background-color: #639D6C;
 }
 .BgClassName
 {
   background-color: #639D6C;
 }
</style>
border-color css

<style>
 span { border-color: #639D6C; }

 span { border-color: rgb(99,157,108); }

 td.TdClassName
 {
   border-color: #639D6C;
 }
 .TagClassName
 {
   border-color: #639D6C;
 }
</style>