Html Css Color HEX #649121 Olive Drab

📋 copy color: '#649121'

red 100 ◦ green 145 ◦ blue 33

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

Shades of Olive Drab #649121

Tints of Olive Drab #649121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.87%

R = 35.97%
G = 52.16%
B = 11.87%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#649121 (or 0x649121) is known color: Olive Drab. HEX triplet: 64, 91 and 21. RGB value is (100,145,33). Sum of RGB (Red+Green+Blue) = 100+145+33=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #649121 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649121 is #9B6EDE. Grayscale: #777777. Windows color (decimal): -10186463 or 2199908. OLE color: 2199908.

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

Color convert

RGB 100 145 33 -
CMYK 0.31 0 0.77 0.43
HSL 84.11º 0.63% 0.35% -
HSV(B) 84.11º 0.77% 0.57% -
XYZ 15.66 23.07 5.07 -
YUV 118.78 79.59 114.61 -
System Red Green Blue C M Y K H S L
Decimal 100 145 33 0.31 0 0.77 0.43 84.11 0.63 0.35
Hex 64 91 21 1F 0 4D 2B 54 3F 23
Octal 144 221 41 37 0 115 53 124 77 43
Binary 1100100 10010001 100001 11111 0 1001101 101011 1010100 111111 100011

Color Harmonies of #649121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649121

Black with #649121

Text Example


Text Example

White with #649121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649121; }

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

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

background-color css

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

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

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

border-color css

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

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

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