#709926

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

Shades of Olive Drab #709926

Tints of Olive Drab #709926

Color information

#709926 (or 0x709926) is unknown color: approx Olive Drab. HEX triplet: 70, 99 and 26. RGB value is (112,153,38). Sum of RGB (Red+Green+Blue) = 112+153+38=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #709926 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709926 is #8F66D9. Grayscale: #808080. Windows color (decimal): -9397978 or 2529648. OLE color: 2529648.

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

Color convert

RGB11215338-
CMYK0.2700.750.4
HSL81.39º60.21%37.45%-
HSV(B)81.39º75.16%60%-
XYZ18.4226.375.95-
YUV127.6377.42116.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.96%
GREEN value IS 153 (60.16% from 255) = 50.50%
BLUE value IS 38 (15.23% from 255) = 12.54%
R=36.96%
G=50.50%
B=12.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal112153380.2700.750.481.3960.2137.45
Hex7099261B04B28513c25
Octal16023146330113501217445
Binary11100001001100110011011011010010111010001010001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709926; }

 p { color: rgb(112,153,38); }

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

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

 a { background-color: rgb(112,153,38); }

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

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

 span { border-color: rgb(112,153,38); }

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