#70850A

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

Shades of Olive #70850A

Tints of Olive #70850A

Color information

#70850A (or 0x70850A) is unknown color: approx Olive. HEX triplet: 70, 85 and 0A. RGB value is (112,133,10). Sum of RGB (Red+Green+Blue) = 112+133+10=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 133 (52.34% from 255 or 52.16% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 133 - color contains mainly: green. Hex color #70850A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70850A is #8F7AF5. Grayscale: #717171. Windows color (decimal): -9403126 or 689520. OLE color: 689520.

HSL color Cylindrical-coordinate representation of color #70850A: hue angle of 70.24º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #70850A is Cyan = 0.16, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB11213310-
CMYK0.1600.920.48
HSL70.24º86.01%28.04%-
HSV(B)70.24º92.48%52.16%-
XYZ15.1220.243.4-
YUV112.770.04127.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.92%
GREEN value IS 133 (52.34% from 255) = 52.16%
BLUE value IS 10 (4.30% from 255) = 3.92%
R=43.92%
G=52.16%
B=3.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112133100.1600.920.4870.2486.0128.04
Hex7085A1005C3046561c
Octal160205122001346010612634
Binary111000010000101101010000010111001100001000110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70850A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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