#729626

Color #729626 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #729626

Tints of Olive Drab #729626

Color information

#729626 (or 0x729626) is unknown color: approx Olive Drab. HEX triplet: 72, 96 and 26. RGB value is (114,150,38). Sum of RGB (Red+Green+Blue) = 114+150+38=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 150 (58.98% from 255 or 49.67% from 302); Blue value is 38 (15.23% from 255 or 12.58% from 302); Max value from RGB is 150 - color contains mainly: green. Hex color #729626 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729626 is #8D69D9. Grayscale: #7E7E7E. Windows color (decimal): -9267674 or 2528882. OLE color: 2528882.

HSL color Cylindrical-coordinate representation of color #729626: hue angle of 79.29º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #729626 is Cyan = 0.24, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB11415038-
CMYK0.2400.750.41
HSL79.29º59.57%36.86%-
HSV(B)79.29º74.67%58.82%-
XYZ18.225.535.8-
YUV126.4778.07119.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.75%
GREEN value IS 150 (58.98% from 255) = 49.67%
BLUE value IS 38 (15.23% from 255) = 12.58%
R=37.75%
G=49.67%
B=12.58%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal114150380.2400.750.4179.2959.5736.86
Hex7296261804B294f3c25
Octal16222646300113511177445
Binary11100101001011010011011000010010111010011001111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729626; }

 p { color: rgb(114,150,38); }

 H1.HeaderClassName
 {
   color: #729626;
 }
 .AnyTagClassName
 {
   color: #729626;
 }
</style>
background-color css

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

 a { background-color: rgb(114,150,38); }

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

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

 span { border-color: rgb(114,150,38); }

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