#70921B

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

Shades of Olive Drab #70921B

Tints of Olive Drab #70921B

Color information

#70921B (or 0x70921B) is unknown color: approx Olive Drab. HEX triplet: 70, 92 and 1B. RGB value is (112,146,27). Sum of RGB (Red+Green+Blue) = 112+146+27=285 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.30% from 285); Green value is 146 (57.42% from 255 or 51.23% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 146 - color contains mainly: green. Hex color #70921B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70921B is #8F6DE4. Grayscale: #7A7A7A. Windows color (decimal): -9399781 or 1806960. OLE color: 1806960.

HSL color Cylindrical-coordinate representation of color #70921B: hue angle of 77.14º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #70921B is Cyan = 0.23, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB11214627-
CMYK0.2300.820.43
HSL77.14º68.79%33.92%-
HSV(B)77.14º81.51%57.25%-
XYZ17.1624.084.78-
YUV122.2774.24120.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.30%
GREEN value IS 146 (57.42% from 255) = 51.23%
BLUE value IS 27 (10.94% from 255) = 9.47%
R=39.30%
G=51.23%
B=9.47%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112146270.2300.820.4377.1468.7933.92
Hex70921B170522B4d4522
Octal160222332701225311510542
Binary11100001001001011011101110101001010101110011011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70921B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70921B; }

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

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

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

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

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

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

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

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