Html Css Color HEX #729416 Olive Drab

📋 copy color: '#729416'

red 114 ◦ green 148 ◦ blue 22

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

Shades of Olive Drab #729416

Tints of Olive Drab #729416

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.11%

 BLUE value IS 22 (8.98% from 255) = 7.75%

R = 40.14%
G = 52.11%
B = 7.75%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#729416 (or 0x729416) is known color: Olive Drab. HEX triplet: 72, 94 and 16. RGB value is (114,148,22). Sum of RGB (Red+Green+Blue) = 114+148+22=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 148 (58.20% from 255 or 52.11% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 148 - color contains mainly: green. Hex color #729416 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #729416 is #8D6BE9. Grayscale: #7B7B7B. Windows color (decimal): -9268202 or 1479794. OLE color: 1479794.

HSL color Cylindrical-coordinate representation of color #729416: hue angle of 76.19º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #729416 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 148 22 -
CMYK 0.23 0 0.85 0.42
HSL 76.19º 0.74% 0.33% -
HSV(B) 76.19º 0.85% 0.58% -
XYZ 17.67 24.82 4.62 -
YUV 123.47 70.74 121.25 -
System Red Green Blue C M Y K H S L
Decimal 114 148 22 0.23 0 0.85 0.42 76.19 0.74 0.33
Hex 72 94 16 17 0 55 2A 4C 4A 21
Octal 162 224 26 27 0 125 52 114 112 41
Binary 1110010 10010100 10110 10111 0 1010101 101010 1001100 1001010 100001

Color Harmonies of #729416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729416

Black with #729416

Text Example


Text Example

White with #729416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729416; }

 p { color: rgb(114,148,22); }

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

background-color css

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

 a { background-color: rgb(114,148,22); }

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

border-color css

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

 span { border-color: rgb(114,148,22); }

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