Html Css Color HEX #649612 Olive Drab

📋 copy color: '#649612'

red 100 ◦ green 150 ◦ blue 18

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

Shades of Olive Drab #649612

Tints of Olive Drab #649612

RGB

 RED value IS 100 (39.45% from 255) = 37.31%

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

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

R = 37.31%
G = 55.97%
B = 6.72%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#649612 (or 0x649612) is known color: Olive Drab. HEX triplet: 64, 96 and 12. RGB value is (100,150,18). Sum of RGB (Red+Green+Blue) = 100+150+18=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 150 (58.98% from 255 or 55.97% from 268); Blue value is 18 (7.42% from 255 or 6.72% from 268); Max value from RGB is 150 - color contains mainly: green. Hex color #649612 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649612 is #9B69ED. Grayscale: #787878. Windows color (decimal): -10185198 or 1218148. OLE color: 1218148.

HSL color Cylindrical-coordinate representation of color #649612: hue angle of 82.73º 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 #649612 is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 150 18 -
CMYK 0.33 0 0.88 0.41
HSL 82.73º 0.79% 0.33% -
HSV(B) 82.73º 0.88% 0.59% -
XYZ 16.27 24.57 4.46 -
YUV 120 70.44 113.73 -
System Red Green Blue C M Y K H S L
Decimal 100 150 18 0.33 0 0.88 0.41 82.73 0.79 0.33
Hex 64 96 12 21 0 58 29 53 4F 21
Octal 144 226 22 41 0 130 51 123 117 41
Binary 1100100 10010110 10010 100001 0 1011000 101001 1010011 1001111 100001

Color Harmonies of #649612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649612

Black with #649612

Text Example


Text Example

White with #649612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649612; }

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

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

background-color css

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

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

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

border-color css

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

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

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