Html Css Color HEX #649122 Olive Drab

📋 copy color: '#649122'

red 100 ◦ green 145 ◦ blue 34

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

Shades of Olive Drab #649122

Tints of Olive Drab #649122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 12.19%

R = 35.84%
G = 51.97%
B = 12.19%

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

#649122 (or 0x649122) is known color: Olive Drab. HEX triplet: 64, 91 and 22. RGB value is (100,145,34). Sum of RGB (Red+Green+Blue) = 100+145+34=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 145 (57.03% from 255 or 51.97% from 279); Blue value is 34 (13.67% from 255 or 12.19% from 279); Max value from RGB is 145 - color contains mainly: green. Hex color #649122 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649122 is #9B6EDD. Grayscale: #777777. Windows color (decimal): -10186462 or 2265444. OLE color: 2265444.

HSL color Cylindrical-coordinate representation of color #649122: hue angle of 84.32º degrees, saturation: 0.62, 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 #649122 is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB 100 145 34 -
CMYK 0.31 0 0.77 0.43
HSL 84.32º 0.62% 0.35% -
HSV(B) 84.32º 0.77% 0.57% -
XYZ 15.67 23.08 5.14 -
YUV 118.89 80.09 114.53 -
System Red Green Blue C M Y K H S L
Decimal 100 145 34 0.31 0 0.77 0.43 84.32 0.62 0.35
Hex 64 91 22 1F 0 4D 2B 54 3E 23
Octal 144 221 42 37 0 115 53 124 76 43
Binary 1100100 10010001 100010 11111 0 1001101 101011 1010100 111110 100011

Color Harmonies of #649122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649122

Black with #649122

Text Example


Text Example

White with #649122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649122; }

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

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

background-color css

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

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

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

border-color css

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

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

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