#728926

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

Shades of Olive Drab #728926

Tints of Olive Drab #728926

Color information

#728926 (or 0x728926) is unknown color: approx Olive Drab. HEX triplet: 72, 89 and 26. RGB value is (114,137,38). Sum of RGB (Red+Green+Blue) = 114+137+38=289 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.45% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 38 (15.23% from 255 or 13.15% from 289); Max value from RGB is 137 - color contains mainly: green. Hex color #728926 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728926 is #8D76D9. Grayscale: #777777. Windows color (decimal): -9271002 or 2525554. OLE color: 2525554.

HSL color Cylindrical-coordinate representation of color #728926: hue angle of 73.94º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #728926 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB11413738-
CMYK0.1700.720.46
HSL73.94º56.57%34.31%-
HSV(B)73.94º72.26%53.73%-
XYZ16.2321.615.15-
YUV118.8482.38124.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.45%
GREEN value IS 137 (53.91% from 255) = 47.40%
BLUE value IS 38 (15.23% from 255) = 13.15%
R=39.45%
G=47.40%
B=13.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal114137380.1700.720.4673.9456.5734.31
Hex728926110482E4a3922
Octal16221146210110561127142
Binary11100101000100110011010001010010001011101001010111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728926; }

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

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

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

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

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

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

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

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