#639806

Color #639806 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #639806

Tints of Olive Drab #639806

Color information

#639806 (or 0x639806) is unknown color: approx Olive Drab. HEX triplet: 63, 98 and 06. RGB value is (99,152,6). Sum of RGB (Red+Green+Blue) = 99+152+6=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 152 (59.77% from 255 or 59.14% from 257); Blue value is 6 (2.73% from 255 or 2.33% from 257); Max value from RGB is 152 - color contains mainly: green. Hex color #639806 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639806 is #9C67F9. Grayscale: #787878. Windows color (decimal): -10250234 or 432227. OLE color: 432227.

HSL color Cylindrical-coordinate representation of color #639806: hue angle of 81.78º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #639806 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.40.

Color convert

RGB991526-
CMYK0.3500.960.40
HSL81.78º92.41%30.98%-
HSV(B)81.78º96.05%59.61%-
XYZ16.4125.124.16-
YUV119.5163.94113.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.52%
GREEN value IS 152 (59.77% from 255) = 59.14%
BLUE value IS 6 (2.73% from 255) = 2.33%
R=38.52%
G=59.14%
B=2.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal9915260.3500.960.4081.7892.4130.98
Hex639862306028525c1f
Octal14323064301405012213437
Binary110001110011000110100011011000001010001010010101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639806; }

 p { color: rgb(99,152,6); }

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

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

 a { background-color: rgb(99,152,6); }

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

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

 span { border-color: rgb(99,152,6); }

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