#747018

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

Shades of Olivetone #747018

Tints of Olivetone #747018

Color information

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

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

Color convert

RGB11611224-
CMYK00.030.790.55
HSL57.39º65.71%27.45%-
HSV(B)57.39º79.31%45.49%-
XYZ13.1615.373.14-
YUV103.1683.33137.16-

RGB Variations

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

RGB

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

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
Decimal1161122400.030.790.5557.3965.7127.45
Hex747018034F3739421b
Octal1641603003117677110233
Binary11101001110000110000111001111110111111001100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747018; }

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

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

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

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

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

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

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

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