#70700A

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

Shades of Olive #70700A

Tints of Olive #70700A

Color information

#70700A (or 0x70700A) is unknown color: approx Olive. HEX triplet: 70, 70 and 0A. RGB value is (112,112,10). Sum of RGB (Red+Green+Blue) = 112+112+10=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 112 - color contains mainly: red, green. Hex color #70700A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70700A is #8F8FF5. Grayscale: #646464. Windows color (decimal): -9408502 or 684144. OLE color: 684144.

HSL color Cylindrical-coordinate representation of color #70700A: hue angle of 60º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70700A is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.56.

Color convert

RGB11211210-
CMYK000.910.56
HSL60º83.61%23.92%-
HSV(B)60º91.07%43.92%-
XYZ12.5315.062.53-
YUV100.3777136.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.86%
GREEN value IS 112 (44.14% from 255) = 47.86%
BLUE value IS 10 (4.30% from 255) = 4.27%
R=47.86%
G=47.86%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11211210000.910.566083.6123.92
Hex7070A005B383c5418
Octal1601601200133707412430
Binary111000011100001010001011011111000111100101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70700A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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