#707130

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

Shades of Olivetone #707130

Tints of Olivetone #707130

Color information

#707130 (or 0x707130) is unknown color: approx Olivetone. HEX triplet: 70, 71 and 30. RGB value is (112,113,48). Sum of RGB (Red+Green+Blue) = 112+113+48=273 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.03% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 48 (19.14% from 255 or 17.58% from 273); Max value from RGB is 113 - color contains mainly: green. Hex color #707130 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707130 is #8F8ECF. Grayscale: #696969. Windows color (decimal): -9408208 or 3174768. OLE color: 3174768.

HSL color Cylindrical-coordinate representation of color #707130: hue angle of 60.92º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #707130 is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB11211348-
CMYK0.0100.580.56
HSL60.92º40.37%31.57%-
HSV(B)60.92º57.52%44.31%-
XYZ13.1215.475.09-
YUV105.2995.67132.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.03%
GREEN value IS 113 (44.53% from 255) = 41.39%
BLUE value IS 48 (19.14% from 255) = 17.58%
R=41.03%
G=41.39%
B=17.58%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112113480.0100.580.5660.9240.3731.57
Hex707130103A383d2820
Octal16016160107270755040
Binary1110000111000111000010111010111000111101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707130; }

 p { color: rgb(112,113,48); }

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

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

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

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

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

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

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