#747028

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

Shades of Olivetone #747028

Tints of Olivetone #747028

Color information

#747028 (or 0x747028) is unknown color: approx Olivetone. HEX triplet: 74, 70 and 28. RGB value is (116,112,40). Sum of RGB (Red+Green+Blue) = 116+112+40=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #747028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747028 is #8B8FD7. Grayscale: #696969. Windows color (decimal): -9146328 or 2650228. OLE color: 2650228.

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

Color convert

RGB11611240-
CMYK00.030.660.55
HSL56.84º48.72%30.59%-
HSV(B)56.84º65.52%45.49%-
XYZ13.3815.454.29-
YUV104.9991.33135.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.28%
GREEN value IS 112 (44.14% from 255) = 41.79%
BLUE value IS 40 (16.02% from 255) = 14.93%
R=43.28%
G=41.79%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161124000.030.660.5556.8448.7230.59
Hex74702803423739311f
Octal164160500310267716137
Binary11101001110000101000011100001011011111100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747028; }

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

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

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

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

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

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

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

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