#707030

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

Shades of Olivetone #707030

Tints of Olivetone #707030

Color information

#707030 (or 0x707030) is unknown color: approx Olivetone. HEX triplet: 70, 70 and 30. RGB value is (112,112,48). Sum of RGB (Red+Green+Blue) = 112+112+48=272 (36% of max value = 765). Red value is 112 (44.14% from 255 or 41.18% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707030 is #8F8FCF. Grayscale: #686868. Windows color (decimal): -9408464 or 3174512. OLE color: 3174512.

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

Color convert

RGB11211248-
CMYK000.570.56
HSL60º40%31.37%-
HSV(B)60º57.14%43.92%-
XYZ13.0115.255.05-
YUV104.796133.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 41.18%
GREEN value IS 112 (44.14% from 255) = 41.18%
BLUE value IS 48 (19.14% from 255) = 17.65%
R=41.18%
G=41.18%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11211248000.570.56604031.37
Hex7070300039383c281f
Octal16016060007170745037
Binary111000011100001100000011100111100011110010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707030; }

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

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

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

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

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

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

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

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