#70810D

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

Shades of Olive #70810D

Tints of Olive #70810D

Color information

#70810D (or 0x70810D) is unknown color: approx Olive. HEX triplet: 70, 81 and 0D. RGB value is (112,129,13). Sum of RGB (Red+Green+Blue) = 112+129+13=254 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.09% from 254); Green value is 129 (50.78% from 255 or 50.79% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 129 - color contains mainly: green. Hex color #70810D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #70810D is #8F7EF2. Grayscale: #6F6F6F. Windows color (decimal): -9404147 or 885104. OLE color: 885104.

HSL color Cylindrical-coordinate representation of color #70810D: hue angle of 68.79º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70810D is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB11212913-
CMYK0.1300.900.49
HSL68.79º81.69%27.84%-
HSV(B)68.79º89.92%50.59%-
XYZ14.619.173.31-
YUV110.6972.87128.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.09%
GREEN value IS 129 (50.78% from 255) = 50.79%
BLUE value IS 13 (5.47% from 255) = 5.12%
R=44.09%
G=50.79%
B=5.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal112129130.1300.900.4968.7981.6927.84
Hex7081DD05A3145521c
Octal160201151501326110512234
Binary11100001000000111011101010110101100011000101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70810D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70810D; }

 p { color: rgb(112,129,13); }

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

<style>
 a { background-color: #70810D; }

 a { background-color: rgb(112,129,13); }

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

<style>
 span { border-color: #70810D; }

 span { border-color: rgb(112,129,13); }

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