#709223

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

Shades of Olive Drab #709223

Tints of Olive Drab #709223

Color information

#709223 (or 0x709223) is unknown color: approx Olive Drab. HEX triplet: 70, 92 and 23. RGB value is (112,146,35). Sum of RGB (Red+Green+Blue) = 112+146+35=293 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.23% from 293); Green value is 146 (57.42% from 255 or 49.83% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 146 - color contains mainly: green. Hex color #709223 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709223 is #8F6DDC. Grayscale: #7B7B7B. Windows color (decimal): -9399773 or 2331248. OLE color: 2331248.

HSL color Cylindrical-coordinate representation of color #709223: hue angle of 78.38º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #709223 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.43.

Color convert

RGB11214635-
CMYK0.2300.760.43
HSL78.38º61.33%35.49%-
HSV(B)78.38º76.03%57.25%-
XYZ17.2624.125.34-
YUV123.1878.24120.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.23%
GREEN value IS 146 (57.42% from 255) = 49.83%
BLUE value IS 35 (14.06% from 255) = 11.95%
R=38.23%
G=49.83%
B=11.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112146350.2300.760.4378.3861.3335.49
Hex7092231704C2B4e3d23
Octal16022243270114531167543
Binary11100001001001010001110111010011001010111001110111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709223; }

 p { color: rgb(112,146,35); }

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

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

 a { background-color: rgb(112,146,35); }

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

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

 span { border-color: rgb(112,146,35); }

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