#747318

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

Shades of Olivetone #747318

Tints of Olivetone #747318

Color information

#747318 (or 0x747318) is unknown color: approx Olivetone. HEX triplet: 74, 73 and 18. RGB value is (116,115,24). Sum of RGB (Red+Green+Blue) = 116+115+24=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 115 (45.31% from 255 or 45.10% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #747318 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #747318 is #8B8CE7. Grayscale: #696969. Windows color (decimal): -9145576 or 1602420. OLE color: 1602420.

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

Color convert

RGB11611524-
CMYK00.010.790.55
HSL59.35º65.71%27.45%-
HSV(B)59.35º79.31%45.49%-
XYZ13.516.043.25-
YUV104.9282.33135.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.49%
GREEN value IS 115 (45.31% from 255) = 45.10%
BLUE value IS 24 (9.77% from 255) = 9.41%
R=45.49%
G=45.10%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161152400.010.790.5559.3565.7127.45
Hex747318014F373b421b
Octal1641633001117677310233
Binary1110100111001111000011001111110111111011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747318; }

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

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

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

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

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

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

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

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