Html Css Color HEX #729122 Olive Drab

📋 copy color: '#729122'

red 114 ◦ green 145 ◦ blue 34

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

Shades of Olive Drab #729122

Tints of Olive Drab #729122

RGB

 RED value IS 114 (44.92% from 255) = 38.91%

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

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

R = 38.91%
G = 49.49%
B = 11.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#729122 (or 0x729122) is known color: Olive Drab. HEX triplet: 72, 91 and 22. RGB value is (114,145,34). Sum of RGB (Red+Green+Blue) = 114+145+34=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 145 (57.03% from 255 or 49.49% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 145 - color contains mainly: green. Hex color #729122 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729122 is #8D6EDD. Grayscale: #7B7B7B. Windows color (decimal): -9268958 or 2265458. OLE color: 2265458.

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

Color convert

RGB 114 145 34 -
CMYK 0.21 0 0.77 0.43
HSL 76.76º 0.62% 0.35% -
HSV(B) 76.76º 0.77% 0.57% -
XYZ 17.35 23.94 5.22 -
YUV 123.08 77.73 121.53 -
System Red Green Blue C M Y K H S L
Decimal 114 145 34 0.21 0 0.77 0.43 76.76 0.62 0.35
Hex 72 91 22 15 0 4D 2B 4D 3E 23
Octal 162 221 42 25 0 115 53 115 76 43
Binary 1110010 10010001 100010 10101 0 1001101 101011 1001101 111110 100011

Color Harmonies of #729122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729122

Black with #729122

Text Example


Text Example

White with #729122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729122; }

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

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

background-color css

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

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

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

border-color css

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

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

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