#76792B

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

Shades of Olivetone #76792B

Tints of Olivetone #76792B

Color information

#76792B (or 0x76792B) is unknown color: approx Olivetone. HEX triplet: 76, 79 and 2B. RGB value is (118,121,43). Sum of RGB (Red+Green+Blue) = 118+121+43=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 121 (47.66% from 255 or 42.91% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 121 - color contains mainly: green. Hex color #76792B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76792B is #8986D4. Grayscale: #6F6F6F. Windows color (decimal): -9012949 or 2849142. OLE color: 2849142.

HSL color Cylindrical-coordinate representation of color #76792B: hue angle of 62.31º degrees, saturation: 0.48, 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 #76792B is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB11812143-
CMYK0.0200.640.53
HSL62.31º47.56%32.16%-
HSV(B)62.31º64.46%47.45%-
XYZ14.7417.74.92-
YUV111.2189.51132.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.84%
GREEN value IS 121 (47.66% from 255) = 42.91%
BLUE value IS 43 (17.19% from 255) = 15.25%
R=41.84%
G=42.91%
B=15.25%

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
Decimal118121430.0200.640.5362.3147.5632.16
Hex76792B2040353e3020
Octal166171532010065766040
Binary111011011110011010111001000000110101111110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76792B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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