Html Css Color HEX #639808 Olive Drab

📋 copy color: '#639808'

red 99 ◦ green 152 ◦ blue 8

#639808
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #639808

Tints of Olive Drab #639808

RGB

 RED value IS 99 (39.06% from 255) = 38.22%

 GREEN value IS 152 (59.77% from 255) = 58.69%

 BLUE value IS 8 (3.52% from 255) = 3.09%

R = 38.22%
G = 58.69%
B = 3.09%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#639808 (or 0x639808) is known color: Olive Drab. HEX triplet: 63, 98 and 08. RGB value is (99,152,8). Sum of RGB (Red+Green+Blue) = 99+152+8=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 152 (59.77% from 255 or 58.69% from 259); Blue value is 8 (3.52% from 255 or 3.09% from 259); Max value from RGB is 152 - color contains mainly: green. Hex color #639808 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639808 is #9C67F7. Grayscale: #787878. Windows color (decimal): -10250232 or 563299. OLE color: 563299.

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

Color convert

RGB 99 152 8 -
CMYK 0.35 0 0.95 0.40
HSL 82.08º 0.9% 0.31% -
HSV(B) 82.08º 0.95% 0.6% -
XYZ 16.42 25.13 4.21 -
YUV 119.74 64.94 113.21 -
System Red Green Blue C M Y K H S L
Decimal 99 152 8 0.35 0 0.95 0.40 82.08 0.9 0.31
Hex 63 98 8 23 0 5F 28 52 5A 1F
Octal 143 230 10 43 0 137 50 122 132 37
Binary 1100011 10011000 1000 100011 0 1011111 101000 1010010 1011010 11111

Color Harmonies of #639808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639808

Black with #639808

Text Example


Text Example

White with #639808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639808; }

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

 H1.HeaderClassName
 {
   color: #639808;
 }
 .AnyTagClassName
 {
   color: #639808;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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