#70840B

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

Shades of Olive #70840B

Tints of Olive #70840B

Color information

#70840B (or 0x70840B) is unknown color: approx Olive. HEX triplet: 70, 84 and 0B. RGB value is (112,132,11). Sum of RGB (Red+Green+Blue) = 112+132+11=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 132 (51.95% from 255 or 51.76% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 132 - color contains mainly: green. Hex color #70840B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70840B is #8F7BF4. Grayscale: #707070. Windows color (decimal): -9403381 or 754800. OLE color: 754800.

HSL color Cylindrical-coordinate representation of color #70840B: hue angle of 69.92º degrees, saturation: 0.85, 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 #70840B is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.

Color convert

RGB11213211-
CMYK0.1500.920.48
HSL69.92º84.62%28.04%-
HSV(B)69.92º91.67%51.76%-
XYZ14.9919.973.38-
YUV112.2370.87127.84-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.92%
GREEN value IS 132 (51.95% from 255) = 51.76%
BLUE value IS 11 (4.69% from 255) = 4.31%
R=43.92%
G=51.76%
B=4.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112132110.1500.920.4869.9284.6228.04
Hex7084BF05C3046551c
Octal160204131701346010612534
Binary11100001000010010111111010111001100001000110101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70840B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,132,11); }

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

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

 a { background-color: rgb(112,132,11); }

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

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

 span { border-color: rgb(112,132,11); }

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