Html Css Color HEX #649912 Olive Drab

📋 copy color: '#649912'

red 100 ◦ green 153 ◦ blue 18

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

Shades of Olive Drab #649912

Tints of Olive Drab #649912

RGB

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

 GREEN value IS 153 (60.16% from 255) = 56.46%

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

R = 36.9%
G = 56.46%
B = 6.64%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.88

 K value IS 0.4

RGB Variations

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

Color information

#649912 (or 0x649912) is known color: Olive Drab. HEX triplet: 64, 99 and 12. RGB value is (100,153,18). Sum of RGB (Red+Green+Blue) = 100+153+18=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 153 (60.16% from 255 or 56.46% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 153 - color contains mainly: green. Hex color #649912 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649912 is #9B66ED. Grayscale: #7A7A7A. Windows color (decimal): -10184430 or 1218916. OLE color: 1218916.

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

Color convert

RGB 100 153 18 -
CMYK 0.35 0 0.88 0.4
HSL 83.56º 0.79% 0.34% -
HSV(B) 83.56º 0.88% 0.6% -
XYZ 16.76 25.54 4.62 -
YUV 121.76 69.44 112.48 -
System Red Green Blue C M Y K H S L
Decimal 100 153 18 0.35 0 0.88 0.4 83.56 0.79 0.34
Hex 64 99 12 23 0 58 28 54 4F 22
Octal 144 231 22 43 0 130 50 124 117 42
Binary 1100100 10011001 10010 100011 0 1011000 101000 1010100 1001111 100010

Color Harmonies of #649912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649912

Black with #649912

Text Example


Text Example

White with #649912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649912; }

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

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

background-color css

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

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

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

border-color css

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

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

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