#70850C

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

Shades of Olive #70850C

Tints of Olive #70850C

Color information

#70850C (or 0x70850C) is unknown color: approx Olive. HEX triplet: 70, 85 and 0C. RGB value is (112,133,12). Sum of RGB (Red+Green+Blue) = 112+133+12=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #70850C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70850C is #8F7AF3. Grayscale: #717171. Windows color (decimal): -9403124 or 820592. OLE color: 820592.

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

Color convert

RGB11213312-
CMYK0.1600.910.48
HSL70.41º83.45%28.43%-
HSV(B)70.41º90.98%52.16%-
XYZ15.1420.253.46-
YUV112.9371.04127.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.58%
GREEN value IS 133 (52.34% from 255) = 51.75%
BLUE value IS 12 (5.08% from 255) = 4.67%
R=43.58%
G=51.75%
B=4.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112133120.1600.910.4870.4183.4528.43
Hex7085C1005B3046531c
Octal160205142001336010612334
Binary111000010000101110010000010110111100001000110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70850C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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