#709427

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

Shades of Olive Drab #709427

Tints of Olive Drab #709427

Color information

#709427 (or 0x709427) is unknown color: approx Olive Drab. HEX triplet: 70, 94 and 27. RGB value is (112,148,39). Sum of RGB (Red+Green+Blue) = 112+148+39=299 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.46% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 39 (15.62% from 255 or 13.04% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #709427 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709427 is #8F6BD8. Grayscale: #7D7D7D. Windows color (decimal): -9399257 or 2593904. OLE color: 2593904.

HSL color Cylindrical-coordinate representation of color #709427: hue angle of 79.82º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #709427 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB11214839-
CMYK0.2400.740.42
HSL79.82º58.29%36.67%-
HSV(B)79.82º73.65%58.04%-
XYZ17.6424.775.77-
YUV124.8179.57118.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.46%
GREEN value IS 148 (58.20% from 255) = 49.50%
BLUE value IS 39 (15.62% from 255) = 13.04%
R=37.46%
G=49.50%
B=13.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112148390.2400.740.4279.8258.2936.67
Hex7094271804A2A503a25
Octal16022447300112521207245
Binary11100001001010010011111000010010101010101010000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709427; }

 p { color: rgb(112,148,39); }

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

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

 a { background-color: rgb(112,148,39); }

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

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

 span { border-color: rgb(112,148,39); }

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