#747727

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

Shades of Olivetone #747727

Tints of Olivetone #747727

Color information

#747727 (or 0x747727) is unknown color: approx Olivetone. HEX triplet: 74, 77 and 27. RGB value is (116,119,39). Sum of RGB (Red+Green+Blue) = 116+119+39=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 39 (15.62% from 255 or 14.23% from 274); Max value from RGB is 119 - color contains mainly: green. Hex color #747727 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747727 is #8B88D8. Grayscale: #6D6D6D. Windows color (decimal): -9144537 or 2586484. OLE color: 2586484.

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

Color convert

RGB11611939-
CMYK0.0300.670.53
HSL62.25º50.63%30.98%-
HSV(B)62.25º67.23%46.67%-
XYZ14.1717.054.46-
YUV108.9888.51133-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.34%
GREEN value IS 119 (46.88% from 255) = 43.43%
BLUE value IS 39 (15.62% from 255) = 14.23%
R=42.34%
G=43.43%
B=14.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116119390.0300.670.5362.2550.6330.98
Hex7477273043353e331f
Octal164167473010365766337
Binary11101001110111100111110100001111010111111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747727; }

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

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

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

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

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

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

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

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