Html Css Color HEX #649613 Olive Drab

📋 copy color: '#649613'

red 100 ◦ green 150 ◦ blue 19

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

Shades of Olive Drab #649613

Tints of Olive Drab #649613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.06%

R = 37.17%
G = 55.76%
B = 7.06%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#649613 (or 0x649613) is known color: Olive Drab. HEX triplet: 64, 96 and 13. RGB value is (100,150,19). Sum of RGB (Red+Green+Blue) = 100+150+19=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 150 (58.98% from 255 or 55.76% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 150 - color contains mainly: green. Hex color #649613 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649613 is #9B69EC. Grayscale: #787878. Windows color (decimal): -10185197 or 1283684. OLE color: 1283684.

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

Color convert

RGB 100 150 19 -
CMYK 0.33 0 0.87 0.41
HSL 82.9º 0.78% 0.33% -
HSV(B) 82.9º 0.87% 0.59% -
XYZ 16.28 24.57 4.5 -
YUV 120.12 70.94 113.65 -
System Red Green Blue C M Y K H S L
Decimal 100 150 19 0.33 0 0.87 0.41 82.9 0.78 0.33
Hex 64 96 13 21 0 57 29 53 4E 21
Octal 144 226 23 41 0 127 51 123 116 41
Binary 1100100 10010110 10011 100001 0 1010111 101001 1010011 1001110 100001

Color Harmonies of #649613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649613

Black with #649613

Text Example


Text Example

White with #649613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649613; }

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

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

background-color css

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

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

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

border-color css

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

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

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