#747118

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

Shades of Olivetone #747118

Tints of Olivetone #747118

Color information

#747118 (or 0x747118) is unknown color: approx Olivetone. HEX triplet: 74, 71 and 18. RGB value is (116,113,24). Sum of RGB (Red+Green+Blue) = 116+113+24=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 113 (44.53% from 255 or 44.66% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 116 - color contains mainly: red. Hex color #747118 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747118 is #8B8EE7. Grayscale: #686868. Windows color (decimal): -9146088 or 1601908. OLE color: 1601908.

HSL color Cylindrical-coordinate representation of color #747118: hue angle of 58.04º 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 #747118 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB11611324-
CMYK00.030.790.55
HSL58.04º65.71%27.45%-
HSV(B)58.04º79.31%45.49%-
XYZ13.2715.593.17-
YUV103.7582.99136.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.85%
GREEN value IS 113 (44.53% from 255) = 44.66%
BLUE value IS 24 (9.77% from 255) = 9.49%
R=45.85%
G=44.66%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161132400.030.790.5558.0465.7127.45
Hex747118034F373a421b
Octal1641613003117677210233
Binary11101001110001110000111001111110111111010100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747118; }

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

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

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

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

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

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

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

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