#70890A

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

Shades of Olive #70890A

Tints of Olive #70890A

Color information

#70890A (or 0x70890A) is unknown color: approx Olive. HEX triplet: 70, 89 and 0A. RGB value is (112,137,10). Sum of RGB (Red+Green+Blue) = 112+137+10=259 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.24% from 259); Green value is 137 (53.91% from 255 or 52.90% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 137 - color contains mainly: green. Hex color #70890A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70890A is #8F76F5. Grayscale: #737373. Windows color (decimal): -9402102 or 690544. OLE color: 690544.

HSL color Cylindrical-coordinate representation of color #70890A: hue angle of 71.81º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #70890A is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB11213710-
CMYK0.1800.930.46
HSL71.81º86.39%28.82%-
HSV(B)71.81º92.7%53.73%-
XYZ15.6821.363.58-
YUV115.0568.72125.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.24%
GREEN value IS 137 (53.91% from 255) = 52.90%
BLUE value IS 10 (4.30% from 255) = 3.86%
R=43.24%
G=52.90%
B=3.86%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal112137100.1800.930.4671.8186.3928.82
Hex7089A1205D2E48561d
Octal160211122201355611012635
Binary111000010001001101010010010111011011101001000101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70890A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,137,10); }

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

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

 a { background-color: rgb(112,137,10); }

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

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

 span { border-color: rgb(112,137,10); }

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