#707435

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

Shades of Olivetone #707435

Tints of Olivetone #707435

Color information

#707435 (or 0x707435) is unknown color: approx Olivetone. HEX triplet: 70, 74 and 35. RGB value is (112,116,53). Sum of RGB (Red+Green+Blue) = 112+116+53=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 116 - color contains mainly: green. Hex color #707435 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707435 is #8F8BCA. Grayscale: #6B6B6B. Windows color (decimal): -9407435 or 3503216. OLE color: 3503216.

HSL color Cylindrical-coordinate representation of color #707435: hue angle of 63.81º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #707435 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.

Color convert

RGB11211653-
CMYK0.0300.540.55
HSL63.81º37.28%33.14%-
HSV(B)63.81º54.31%45.49%-
XYZ13.5716.195.78-
YUV107.6297.17131.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.86%
GREEN value IS 116 (45.70% from 255) = 41.28%
BLUE value IS 53 (21.09% from 255) = 18.86%
R=39.86%
G=41.28%
B=18.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112116530.0300.540.5563.8137.2833.14
Hex707435303637402521
Octal160164653066671004541
Binary111000011101001101011101101101101111000000100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707435; }

 p { color: rgb(112,116,53); }

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

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

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

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

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

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

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