#709314

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

Shades of Olive Drab #709314

Tints of Olive Drab #709314

Color information

#709314 (or 0x709314) is unknown color: approx Olive Drab. HEX triplet: 70, 93 and 14. RGB value is (112,147,20). Sum of RGB (Red+Green+Blue) = 112+147+20=279 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.14% from 279); Green value is 147 (57.81% from 255 or 52.69% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 147 - color contains mainly: green. Hex color #709314 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #709314 is #8F6CEB. Grayscale: #7A7A7A. Windows color (decimal): -9399532 or 1348464. OLE color: 1348464.

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

Color convert

RGB11214720-
CMYK0.2400.860.42
HSL76.54º76.05%32.75%-
HSV(B)76.54º86.39%57.65%-
XYZ17.2424.364.46-
YUV122.0670.4120.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 40.14%
GREEN value IS 147 (57.81% from 255) = 52.69%
BLUE value IS 20 (8.20% from 255) = 7.17%
R=40.14%
G=52.69%
B=7.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112147200.2400.860.4276.5476.0532.75
Hex709314180562A4d4c21
Octal160223243001265211511441
Binary11100001001001110100110000101011010101010011011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709314; }

 p { color: rgb(112,147,20); }

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

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

 a { background-color: rgb(112,147,20); }

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

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

 span { border-color: rgb(112,147,20); }

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