#707426

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

Shades of Olivetone #707426

Tints of Olivetone #707426

Color information

#707426 (or 0x707426) is unknown color: approx Olivetone. HEX triplet: 70, 74 and 26. RGB value is (112,116,38). Sum of RGB (Red+Green+Blue) = 112+116+38=266 (35% of max value = 765). Red value is 112 (44.14% from 255 or 42.11% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 38 (15.23% from 255 or 14.29% from 266); Max value from RGB is 116 - color contains mainly: green. Hex color #707426 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707426 is #8F8BD9. Grayscale: #6A6A6A. Windows color (decimal): -9407450 or 2520176. OLE color: 2520176.

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

Color convert

RGB11211638-
CMYK0.0300.670.55
HSL63.08º50.65%30.2%-
HSV(B)63.08º67.24%45.49%-
XYZ13.2816.084.24-
YUV105.9189.67132.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 42.11%
GREEN value IS 116 (45.70% from 255) = 43.61%
BLUE value IS 38 (15.23% from 255) = 14.29%
R=42.11%
G=43.61%
B=14.29%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112116380.0300.670.5563.0850.6530.2
Hex7074263043373f331e
Octal160164463010367776336
Binary11100001110100100110110100001111011111111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707426; }

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

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

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

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

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

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

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

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