Html Css Color HEX #649713 Olive Drab

📋 copy color: '#649713'

red 100 ◦ green 151 ◦ blue 19

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

Shades of Olive Drab #649713

Tints of Olive Drab #649713

RGB

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

 GREEN value IS 151 (59.38% from 255) = 55.93%

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

R = 37.04%
G = 55.93%
B = 7.04%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#649713 (or 0x649713) is known color: Olive Drab. HEX triplet: 64, 97 and 13. RGB value is (100,151,19). Sum of RGB (Red+Green+Blue) = 100+151+19=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 151 (59.38% from 255 or 55.93% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 151 - color contains mainly: green. Hex color #649713 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649713 is #9B68EC. Grayscale: #797979. Windows color (decimal): -10184941 or 1283940. OLE color: 1283940.

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

Color convert

RGB 100 151 19 -
CMYK 0.34 0 0.87 0.41
HSL 83.18º 0.78% 0.33% -
HSV(B) 83.18º 0.87% 0.59% -
XYZ 16.44 24.89 4.55 -
YUV 120.7 70.6 113.23 -
System Red Green Blue C M Y K H S L
Decimal 100 151 19 0.34 0 0.87 0.41 83.18 0.78 0.33
Hex 64 97 13 22 0 57 29 53 4E 21
Octal 144 227 23 42 0 127 51 123 116 41
Binary 1100100 10010111 10011 100010 0 1010111 101001 1010011 1001110 100001

Color Harmonies of #649713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649713

Black with #649713

Text Example


Text Example

White with #649713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649713; }

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

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

background-color css

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

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

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

border-color css

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

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

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