#709B1F

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

Shades of Olive Drab #709B1F

Tints of Olive Drab #709B1F

Color information

#709B1F (or 0x709B1F) is unknown color: approx Olive Drab. HEX triplet: 70, 9B and 1F. RGB value is (112,155,31). Sum of RGB (Red+Green+Blue) = 112+155+31=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 155 (60.94% from 255 or 52.01% from 298); Blue value is 31 (12.5% from 255 or 10.40% from 298); Max value from RGB is 155 - color contains mainly: green. Hex color #709B1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709B1F is #8F64E0. Grayscale: #808080. Windows color (decimal): -9397473 or 2071408. OLE color: 2071408.

HSL color Cylindrical-coordinate representation of color #709B1F: hue angle of 80.81º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #709B1F is Cyan = 0.28, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.39.

Color convert

RGB11215531-
CMYK0.2800.80.39
HSL80.81º66.67%36.47%-
HSV(B)80.81º80%60.78%-
XYZ18.6526.995.52-
YUV128.0173.25116.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.58%
GREEN value IS 155 (60.94% from 255) = 52.01%
BLUE value IS 31 (12.5% from 255) = 10.40%
R=37.58%
G=52.01%
B=10.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal112155310.2800.80.3980.8166.6736.47
Hex709B1F1C05027514324
Octal160233373401204712110344
Binary11100001001101111111111000101000010011110100011000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709B1F; }

 p { color: rgb(112,155,31); }

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

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

 a { background-color: rgb(112,155,31); }

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

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

 span { border-color: rgb(112,155,31); }

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