#70750D

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

Shades of Olive #70750D

Tints of Olive #70750D

Color information

#70750D (or 0x70750D) is unknown color: approx Olive. HEX triplet: 70, 75 and 0D. RGB value is (112,117,13). Sum of RGB (Red+Green+Blue) = 112+117+13=242 (32% of max value = 765). Red value is 112 (44.14% from 255 or 46.28% from 242); Green value is 117 (46.09% from 255 or 48.35% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 117 - color contains mainly: green. Hex color #70750D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #70750D is #8F8AF2. Grayscale: #686868. Windows color (decimal): -9407219 or 882032. OLE color: 882032.

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

Color convert

RGB11211713-
CMYK0.0400.890.54
HSL62.88º80%25.49%-
HSV(B)62.88º88.89%45.88%-
XYZ13.1216.22.82-
YUV103.6576.84133.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 46.28%
GREEN value IS 117 (46.09% from 255) = 48.35%
BLUE value IS 13 (5.47% from 255) = 5.37%
R=46.28%
G=48.35%
B=5.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal112117130.0400.890.5462.888025.49
Hex7075D4059363f5019
Octal1601651540131667712031
Binary11100001110101110110001011001110110111111101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70750D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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