#709226

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

Shades of Olive Drab #709226

Tints of Olive Drab #709226

Color information

#709226 (or 0x709226) is unknown color: approx Olive Drab. HEX triplet: 70, 92 and 26. RGB value is (112,146,38). Sum of RGB (Red+Green+Blue) = 112+146+38=296 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.84% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 38 (15.23% from 255 or 12.84% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #709226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709226 is #8F6DD9. Grayscale: #7B7B7B. Windows color (decimal): -9399770 or 2527856. OLE color: 2527856.

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

Color convert

RGB11214638-
CMYK0.2300.740.43
HSL78.89º58.7%36.08%-
HSV(B)78.89º73.97%57.25%-
XYZ17.3124.145.58-
YUV123.5279.74119.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.84%
GREEN value IS 146 (57.42% from 255) = 49.32%
BLUE value IS 38 (15.23% from 255) = 12.84%
R=37.84%
G=49.32%
B=12.84%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112146380.2300.740.4378.8958.736.08
Hex7092261704A2B4f3b24
Octal16022246270112531177344
Binary11100001001001010011010111010010101010111001111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709226; }

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

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

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

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

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

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

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

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