#76792C

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

Shades of Olivetone #76792C

Tints of Olivetone #76792C

Color information

#76792C (or 0x76792C) is unknown color: approx Olivetone. HEX triplet: 76, 79 and 2C. RGB value is (118,121,44). Sum of RGB (Red+Green+Blue) = 118+121+44=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 121 (47.66% from 255 or 42.76% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 121 - color contains mainly: green. Hex color #76792C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76792C is #8986D3. Grayscale: #6F6F6F. Windows color (decimal): -9012948 or 2914678. OLE color: 2914678.

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

Color convert

RGB11812144-
CMYK0.0200.640.53
HSL62.34º46.67%32.35%-
HSV(B)62.34º63.64%47.45%-
XYZ14.7617.715.02-
YUV111.3290.01132.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.70%
GREEN value IS 121 (47.66% from 255) = 42.76%
BLUE value IS 44 (17.58% from 255) = 15.55%
R=41.70%
G=42.76%
B=15.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118121440.0200.640.5362.3446.6732.35
Hex76792C2040353e2f20
Octal166171542010065765740
Binary111011011110011011001001000000110101111110101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76792C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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