Html Css Color HEX #639418 Olive Drab

📋 copy color: '#639418'

red 99 ◦ green 148 ◦ blue 24

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

Shades of Olive Drab #639418

Tints of Olive Drab #639418

RGB

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

 GREEN value IS 148 (58.2% from 255) = 54.61%

 BLUE value IS 24 (9.77% from 255) = 8.86%

R = 36.53%
G = 54.61%
B = 8.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#639418 (or 0x639418) is known color: Olive Drab. HEX triplet: 63, 94 and 18. RGB value is (99,148,24). Sum of RGB (Red+Green+Blue) = 99+148+24=271 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.53% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #639418 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639418 is #9C6BE7. Grayscale: #777777. Windows color (decimal): -10251240 or 1610851. OLE color: 1610851.

HSL color Cylindrical-coordinate representation of color #639418: hue angle of 83.71º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #639418 is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 148 24 -
CMYK 0.33 0 0.84 0.42
HSL 83.71º 0.72% 0.34% -
HSV(B) 83.71º 0.84% 0.58% -
XYZ 15.9 23.9 4.64 -
YUV 119.21 74.27 113.58 -
System Red Green Blue C M Y K H S L
Decimal 99 148 24 0.33 0 0.84 0.42 83.71 0.72 0.34
Hex 63 94 18 21 0 54 2A 54 48 22
Octal 143 224 30 41 0 124 52 124 110 42
Binary 1100011 10010100 11000 100001 0 1010100 101010 1010100 1001000 100010

Color Harmonies of #639418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639418

Black with #639418

Text Example


Text Example

White with #639418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639418; }

 p { color: rgb(99,148,24); }

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

background-color css

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

 a { background-color: rgb(99,148,24); }

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

border-color css

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

 span { border-color: rgb(99,148,24); }

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