Html Css Color HEX #649005 Olive Drab

📋 copy color: '#649005'

red 100 ◦ green 144 ◦ blue 5

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

Shades of Olive Drab #649005

Tints of Olive Drab #649005

RGB

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

 GREEN value IS 144 (56.64% from 255) = 57.83%

 BLUE value IS 5 (2.34% from 255) = 2.01%

R = 40.16%
G = 57.83%
B = 2.01%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#649005 (or 0x649005) is known color: Olive Drab. HEX triplet: 64, 90 and 05. RGB value is (100,144,5). Sum of RGB (Red+Green+Blue) = 100+144+5=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 144 (56.64% from 255 or 57.83% from 249); Blue value is 5 (2.34% from 255 or 2.01% from 249); Max value from RGB is 144 - color contains mainly: green. Hex color #649005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649005 is #9B6FFA. Grayscale: #737373. Windows color (decimal): -10186747 or 364644. OLE color: 364644.

HSL color Cylindrical-coordinate representation of color #649005: hue angle of 78.99º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #649005 is Cyan = 0.31, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 144 5 -
CMYK 0.31 0 0.97 0.44
HSL 78.99º 0.93% 0.29% -
HSV(B) 78.99º 0.97% 0.56% -
XYZ 15.26 22.67 3.71 -
YUV 115 65.92 117.3 -
System Red Green Blue C M Y K H S L
Decimal 100 144 5 0.31 0 0.97 0.44 78.99 0.93 0.29
Hex 64 90 5 1F 0 61 2C 4F 5D 1D
Octal 144 220 5 37 0 141 54 117 135 35
Binary 1100100 10010000 101 11111 0 1100001 101100 1001111 1011101 11101

Color Harmonies of #649005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649005

Black with #649005

Text Example


Text Example

White with #649005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649005; }

 p { color: rgb(100,144,5); }

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

background-color css

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

 a { background-color: rgb(100,144,5); }

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

border-color css

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

 span { border-color: rgb(100,144,5); }

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