#76913C

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

Shades of Sushi #76913C

Tints of Sushi #76913C

Color information

#76913C (or 0x76913C) is unknown color: approx Sushi. HEX triplet: 76, 91 and 3C. RGB value is (118,145,60). Sum of RGB (Red+Green+Blue) = 118+145+60=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 145 - color contains mainly: green. Hex color #76913C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76913C is #896EC3. Grayscale: #7F7F7F. Windows color (decimal): -9006788 or 3969398. OLE color: 3969398.

HSL color Cylindrical-coordinate representation of color #76913C: hue angle of 79.06º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #76913C is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB11814560-
CMYK0.1900.590.43
HSL79.06º41.46%40.2%-
HSV(B)79.06º58.62%56.86%-
XYZ18.4124.438.02-
YUV127.2490.05121.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.53%
GREEN value IS 145 (57.03% from 255) = 44.89%
BLUE value IS 60 (23.83% from 255) = 18.58%
R=36.53%
G=44.89%
B=18.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118145600.1900.590.4379.0641.4640.2
Hex76913C1303B2B4f2928
Octal1662217423073531175150
Binary1110110100100011111001001101110111010111001111101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76913C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,145,60); }

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

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

 a { background-color: rgb(118,145,60); }

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

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

 span { border-color: rgb(118,145,60); }

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