Html Css Color HEX #649812 Olive Drab

📋 copy color: '#649812'

red 100 ◦ green 152 ◦ blue 18

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

Shades of Olive Drab #649812

Tints of Olive Drab #649812

RGB

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

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

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

R = 37.04%
G = 56.3%
B = 6.67%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#649812 (or 0x649812) is known color: Olive Drab. HEX triplet: 64, 98 and 12. RGB value is (100,152,18). Sum of RGB (Red+Green+Blue) = 100+152+18=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 152 (59.77% from 255 or 56.30% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 152 - color contains mainly: green. Hex color #649812 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649812 is #9B67ED. Grayscale: #797979. Windows color (decimal): -10184686 or 1218660. OLE color: 1218660.

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

Color convert

RGB 100 152 18 -
CMYK 0.34 0 0.88 0.40
HSL 83.28º 0.79% 0.33% -
HSV(B) 83.28º 0.88% 0.6% -
XYZ 16.59 25.21 4.56 -
YUV 121.18 69.77 112.9 -
System Red Green Blue C M Y K H S L
Decimal 100 152 18 0.34 0 0.88 0.40 83.28 0.79 0.33
Hex 64 98 12 22 0 58 28 53 4F 21
Octal 144 230 22 42 0 130 50 123 117 41
Binary 1100100 10011000 10010 100010 0 1011000 101000 1010011 1001111 100001

Color Harmonies of #649812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649812

Black with #649812

Text Example


Text Example

White with #649812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649812; }

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

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

background-color css

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

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

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

border-color css

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

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

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