Html Css Color HEX #649100 Olive Drab

📋 copy color: '#649100'

red 100 ◦ green 145 ◦ blue 0

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

Shades of Olive Drab #649100

Tints of Olive Drab #649100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 59.18%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.82%
G = 59.18%
B = 0%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#649100 (or 0x649100) is known color: Olive Drab. HEX triplet: 64, 91 and 00. RGB value is (100,145,0). Sum of RGB (Red+Green+Blue) = 100+145+0=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 145 (57.03% from 255 or 59.18% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 145 - color contains mainly: green. Hex color #649100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649100 is #9B6EFF. Grayscale: #737373. Windows color (decimal): -10186496 or 37220. OLE color: 37220.

HSL color Cylindrical-coordinate representation of color #649100: hue angle of 78.62º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #649100 is Cyan = 0.31, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 145 0 -
CMYK 0.31 0 1 0.43
HSL 78.62º 1% 0.28% -
HSV(B) 78.62º 1% 0.57% -
XYZ 15.38 22.96 3.62 -
YUV 115.02 63.09 117.29 -
System Red Green Blue C M Y K H S L
Decimal 100 145 0 0.31 0 1 0.43 78.62 1 0.28
Hex 64 91 0 1F 0 64 2B 4F 64 1C
Octal 144 221 0 37 0 144 53 117 144 34
Binary 1100100 10010001 0 11111 0 1100100 101011 1001111 1100100 11100

Color Harmonies of #649100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649100

Black with #649100

Text Example


Text Example

White with #649100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649100; }

 p { color: rgb(100,145,0); }

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

background-color css

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

 a { background-color: rgb(100,145,0); }

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

border-color css

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

 span { border-color: rgb(100,145,0); }

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