#70730A

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

Shades of Olive #70730A

Tints of Olive #70730A

Color information

#70730A (or 0x70730A) is unknown color: approx Olive. HEX triplet: 70, 73 and 0A. RGB value is (112,115,10). Sum of RGB (Red+Green+Blue) = 112+115+10=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 115 - color contains mainly: green. Hex color #70730A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70730A is #8F8CF5. Grayscale: #666666. Windows color (decimal): -9407734 or 684912. OLE color: 684912.

HSL color Cylindrical-coordinate representation of color #70730A: hue angle of 61.71º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #70730A is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB11211510-
CMYK0.0300.910.55
HSL61.71º84%24.51%-
HSV(B)61.71º91.3%45.1%-
XYZ12.8715.732.64-
YUV102.1376.01135.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.26%
GREEN value IS 115 (45.31% from 255) = 48.52%
BLUE value IS 10 (4.30% from 255) = 4.22%
R=47.26%
G=48.52%
B=4.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112115100.0300.910.5561.718424.51
Hex7073A305B373e5419
Octal1601631230133677612431
Binary1110000111001110101101011011110111111110101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70730A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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