#747728

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

Shades of Olivetone #747728

Tints of Olivetone #747728

Color information

#747728 (or 0x747728) is unknown color: approx Olivetone. HEX triplet: 74, 77 and 28. RGB value is (116,119,40). Sum of RGB (Red+Green+Blue) = 116+119+40=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 119 (46.88% from 255 or 43.27% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 119 - color contains mainly: green. Hex color #747728 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747728 is #8B88D7. Grayscale: #6D6D6D. Windows color (decimal): -9144536 or 2652020. OLE color: 2652020.

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

Color convert

RGB11611940-
CMYK0.0300.660.53
HSL62.28º49.69%31.18%-
HSV(B)62.28º66.39%46.67%-
XYZ14.1817.064.55-
YUV109.189.01132.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.18%
GREEN value IS 119 (46.88% from 255) = 43.27%
BLUE value IS 40 (16.02% from 255) = 14.55%
R=42.18%
G=43.27%
B=14.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116119400.0300.660.5362.2849.6931.18
Hex7477283042353e321f
Octal164167503010265766237
Binary11101001110111101000110100001011010111111011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747728; }

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

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

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

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

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

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

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

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