#74772E

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

Shades of Olivetone #74772E

Tints of Olivetone #74772E

Color information

#74772E (or 0x74772E) is unknown color: approx Olivetone. HEX triplet: 74, 77 and 2E. RGB value is (116,119,46). Sum of RGB (Red+Green+Blue) = 116+119+46=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 119 - color contains mainly: green. Hex color #74772E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74772E is #8B88D1. Grayscale: #6E6E6E. Windows color (decimal): -9144530 or 3045236. OLE color: 3045236.

HSL color Cylindrical-coordinate representation of color #74772E: hue angle of 62.47º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74772E is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB11611946-
CMYK0.0300.610.53
HSL62.47º44.24%32.35%-
HSV(B)62.47º61.34%46.67%-
XYZ14.2917.15.13-
YUV109.7892.01132.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.28%
GREEN value IS 119 (46.88% from 255) = 42.35%
BLUE value IS 46 (18.36% from 255) = 16.37%
R=41.28%
G=42.35%
B=16.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal116119460.0300.610.5362.4744.2432.35
Hex74772E303D353e2c20
Octal16416756307565765440
Binary11101001110111101110110111101110101111110101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74772E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74772E; }

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

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

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

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

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

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

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

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