#747627

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

Shades of Olivetone #747627

Tints of Olivetone #747627

Color information

#747627 (or 0x747627) is unknown color: approx Olivetone. HEX triplet: 74, 76 and 27. RGB value is (116,118,39). Sum of RGB (Red+Green+Blue) = 116+118+39=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 118 (46.48% from 255 or 43.22% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 118 - color contains mainly: green. Hex color #747627 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747627 is #8B89D8. Grayscale: #6C6C6C. Windows color (decimal): -9144793 or 2586228. OLE color: 2586228.

HSL color Cylindrical-coordinate representation of color #747627: hue angle of 61.52º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #747627 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB11611839-
CMYK0.0200.670.54
HSL61.52º50.32%30.78%-
HSV(B)61.52º66.95%46.27%-
XYZ14.0516.824.42-
YUV108.488.84133.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.49%
GREEN value IS 118 (46.48% from 255) = 43.22%
BLUE value IS 39 (15.62% from 255) = 14.29%
R=42.49%
G=43.22%
B=14.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116118390.0200.670.5461.5250.3230.78
Hex7476272043363e321f
Octal164166472010366766237
Binary11101001110110100111100100001111011011111011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747627; }

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

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

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

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

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

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

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

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