#70750C

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

Shades of Olive #70750C

Tints of Olive #70750C

Color information

#70750C (or 0x70750C) is unknown color: approx Olive. HEX triplet: 70, 75 and 0C. RGB value is (112,117,12). Sum of RGB (Red+Green+Blue) = 112+117+12=241 (31% of max value = 765). Red value is 112 (44.14% from 255 or 46.47% from 241); Green value is 117 (46.09% from 255 or 48.55% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 117 - color contains mainly: green. Hex color #70750C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70750C is #8F8AF3. Grayscale: #676767. Windows color (decimal): -9407220 or 816496. OLE color: 816496.

HSL color Cylindrical-coordinate representation of color #70750C: hue angle of 62.86º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #70750C is Cyan = 0.04, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB11211712-
CMYK0.0400.900.54
HSL62.86º81.4%25.29%-
HSV(B)62.86º89.74%45.88%-
XYZ13.1116.192.78-
YUV103.5476.34134.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.47%
GREEN value IS 117 (46.09% from 255) = 48.55%
BLUE value IS 12 (5.08% from 255) = 4.98%
R=46.47%
G=48.55%
B=4.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112117120.0400.900.5462.8681.425.29
Hex7075C405A363f5119
Octal1601651440132667712131
Binary11100001110101110010001011010110110111111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70750C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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