#70902A

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

Shades of Olive Drab #70902A

Tints of Olive Drab #70902A

Color information

#70902A (or 0x70902A) is unknown color: approx Olive Drab. HEX triplet: 70, 90 and 2A. RGB value is (112,144,42). Sum of RGB (Red+Green+Blue) = 112+144+42=298 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.58% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 144 - color contains mainly: green. Hex color #70902A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #70902A is #8F6FD5. Grayscale: #7B7B7B. Windows color (decimal): -9400278 or 2789488. OLE color: 2789488.

HSL color Cylindrical-coordinate representation of color #70902A: hue angle of 78.82º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #70902A is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.

Color convert

RGB11214442-
CMYK0.2200.710.44
HSL78.82º54.84%36.47%-
HSV(B)78.82º70.83%56.47%-
XYZ17.0723.565.84-
YUV122.882.4120.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.58%
GREEN value IS 144 (56.64% from 255) = 48.32%
BLUE value IS 42 (16.80% from 255) = 14.09%
R=37.58%
G=48.32%
B=14.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112144420.2200.710.4478.8254.8436.47
Hex70902A160472C4f3724
Octal16022052260107541176744
Binary11100001001000010101010110010001111011001001111110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70902A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70902A; }

 p { color: rgb(112,144,42); }

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

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

 a { background-color: rgb(112,144,42); }

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

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

 span { border-color: rgb(112,144,42); }

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