#70972C

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

Shades of Olive Drab #70972C

Tints of Olive Drab #70972C

Color information

#70972C (or 0x70972C) is unknown color: approx Olive Drab. HEX triplet: 70, 97 and 2C. RGB value is (112,151,44). Sum of RGB (Red+Green+Blue) = 112+151+44=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 151 (59.38% from 255 or 49.19% from 307); Blue value is 44 (17.58% from 255 or 14.33% from 307); Max value from RGB is 151 - color contains mainly: green. Hex color #70972C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70972C is #8F68D3. Grayscale: #7F7F7F. Windows color (decimal): -9398484 or 2922352. OLE color: 2922352.

HSL color Cylindrical-coordinate representation of color #70972C: hue angle of 81.87º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70972C is Cyan = 0.26, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB11215144-
CMYK0.2600.710.41
HSL81.87º54.87%38.24%-
HSV(B)81.87º70.86%59.22%-
XYZ18.225.766.4-
YUV127.1481.08117.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.48%
GREEN value IS 151 (59.38% from 255) = 49.19%
BLUE value IS 44 (17.58% from 255) = 14.33%
R=36.48%
G=49.19%
B=14.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal112151440.2600.710.4181.8754.8738.24
Hex70972C1A04729523726
Octal16022754320107511226746
Binary11100001001011110110011010010001111010011010010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70972C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70972C; }

 p { color: rgb(112,151,44); }

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

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

 a { background-color: rgb(112,151,44); }

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

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

 span { border-color: rgb(112,151,44); }

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