Html Css Color HEX #639612 Olive Drab

📋 copy color: '#639612'

red 99 ◦ green 150 ◦ blue 18

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

Shades of Olive Drab #639612

Tints of Olive Drab #639612

RGB

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

 GREEN value IS 150 (58.98% from 255) = 56.18%

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

R = 37.08%
G = 56.18%
B = 6.74%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#639612 (or 0x639612) is known color: Olive Drab. HEX triplet: 63, 96 and 12. RGB value is (99,150,18). Sum of RGB (Red+Green+Blue) = 99+150+18=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 150 (58.98% from 255 or 56.18% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 150 - color contains mainly: green. Hex color #639612 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639612 is #9C69ED. Grayscale: #787878. Windows color (decimal): -10250734 or 1218147. OLE color: 1218147.

HSL color Cylindrical-coordinate representation of color #639612: hue angle of 83.18º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #639612 is Cyan = 0.34, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 99 150 18 -
CMYK 0.34 0 0.88 0.41
HSL 83.18º 0.79% 0.33% -
HSV(B) 83.18º 0.88% 0.59% -
XYZ 16.16 24.51 4.45 -
YUV 119.7 70.6 113.23 -
System Red Green Blue C M Y K H S L
Decimal 99 150 18 0.34 0 0.88 0.41 83.18 0.79 0.33
Hex 63 96 12 22 0 58 29 53 4F 21
Octal 143 226 22 42 0 130 51 123 117 41
Binary 1100011 10010110 10010 100010 0 1011000 101001 1010011 1001111 100001

Color Harmonies of #639612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639612

Black with #639612

Text Example


Text Example

White with #639612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639612; }

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

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

background-color css

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

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

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

border-color css

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

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

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