#747027

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

Shades of Olivetone #747027

Tints of Olivetone #747027

Color information

#747027 (or 0x747027) is unknown color: approx Olivetone. HEX triplet: 74, 70 and 27. RGB value is (116,112,39). Sum of RGB (Red+Green+Blue) = 116+112+39=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #747027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747027 is #8B8FD8. Grayscale: #696969. Windows color (decimal): -9146329 or 2584692. OLE color: 2584692.

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

Color convert

RGB11611239-
CMYK00.030.660.55
HSL56.88º49.68%30.39%-
HSV(B)56.88º66.38%45.49%-
XYZ13.3615.454.2-
YUV104.8790.83135.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.45%
GREEN value IS 112 (44.14% from 255) = 41.95%
BLUE value IS 39 (15.62% from 255) = 14.61%
R=43.45%
G=41.95%
B=14.61%

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
Decimal1161123900.030.660.5556.8849.6830.39
Hex74702703423739321e
Octal164160470310267716236
Binary11101001110000100111011100001011011111100111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747027; }

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

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

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

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

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

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

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

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