#74762C

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

Shades of Olivetone #74762C

Tints of Olivetone #74762C

Color information

#74762C (or 0x74762C) is unknown color: approx Olivetone. HEX triplet: 74, 76 and 2C. RGB value is (116,118,44). Sum of RGB (Red+Green+Blue) = 116+118+44=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 118 - color contains mainly: green. Hex color #74762C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74762C is #8B89D3. Grayscale: #6D6D6D. Windows color (decimal): -9144788 or 2913908. OLE color: 2913908.

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

Color convert

RGB11611844-
CMYK0.0200.630.54
HSL61.62º45.68%31.76%-
HSV(B)61.62º62.71%46.27%-
XYZ14.1416.854.89-
YUV108.9791.34133.02-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.73%
GREEN value IS 118 (46.48% from 255) = 42.45%
BLUE value IS 44 (17.58% from 255) = 15.83%
R=41.73%
G=42.45%
B=15.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal116118440.0200.630.5461.6245.6831.76
Hex74762C203F363e2e20
Octal16416654207766765640
Binary11101001110110101100100111111110110111110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74762C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74762C; }

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

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

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

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

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

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

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

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