#707418

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

Shades of Olivetone #707418

Tints of Olivetone #707418

Color information

#707418 (or 0x707418) is unknown color: approx Olivetone. HEX triplet: 70, 74 and 18. RGB value is (112,116,24). Sum of RGB (Red+Green+Blue) = 112+116+24=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 116 (45.70% from 255 or 46.03% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 116 - color contains mainly: green. Hex color #707418 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #707418 is #8F8BE7. Grayscale: #686868. Windows color (decimal): -9407464 or 1602672. OLE color: 1602672.

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

Color convert

RGB11211624-
CMYK0.0300.790.55
HSL62.61º65.71%27.45%-
HSV(B)62.61º79.31%45.49%-
XYZ13.09163.26-
YUV104.3282.67133.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 44.44%
GREEN value IS 116 (45.70% from 255) = 46.03%
BLUE value IS 24 (9.77% from 255) = 9.52%
R=44.44%
G=46.03%
B=9.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal112116240.0300.790.5562.6165.7127.45
Hex707418304F373f421b
Octal1601643030117677710233
Binary11100001110100110001101001111110111111111100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #707418; }

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

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

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

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

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

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

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

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