Html Css Color HEX #639112 Olive Drab

📋 copy color: '#639112'

red 99 ◦ green 145 ◦ blue 18

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

Shades of Olive Drab #639112

Tints of Olive Drab #639112

RGB

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

 GREEN value IS 145 (57.03% from 255) = 55.34%

 BLUE value IS 18 (7.42% from 255) = 6.87%

R = 37.79%
G = 55.34%
B = 6.87%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#639112 (or 0x639112) is known color: Olive Drab. HEX triplet: 63, 91 and 12. RGB value is (99,145,18). Sum of RGB (Red+Green+Blue) = 99+145+18=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 145 (57.03% from 255 or 55.34% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 145 - color contains mainly: green. Hex color #639112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639112 is #9C6EED. Grayscale: #757575. Windows color (decimal): -10252014 or 1216867. OLE color: 1216867.

HSL color Cylindrical-coordinate representation of color #639112: hue angle of 81.73º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #639112 is Cyan = 0.32, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.

Color convert

RGB 99 145 18 -
CMYK 0.32 0 0.88 0.43
HSL 81.73º 0.78% 0.32% -
HSV(B) 81.73º 0.88% 0.57% -
XYZ 15.38 22.95 4.19 -
YUV 116.77 72.26 115.33 -
System Red Green Blue C M Y K H S L
Decimal 99 145 18 0.32 0 0.88 0.43 81.73 0.78 0.32
Hex 63 91 12 20 0 58 2B 52 4E 20
Octal 143 221 22 40 0 130 53 122 116 40
Binary 1100011 10010001 10010 100000 0 1011000 101011 1010010 1001110 100000

Color Harmonies of #639112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639112

Black with #639112

Text Example


Text Example

White with #639112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639112; }

 p { color: rgb(99,145,18); }

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

background-color css

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

 a { background-color: rgb(99,145,18); }

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

border-color css

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

 span { border-color: rgb(99,145,18); }

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