#76962E

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

Shades of Sushi #76962E

Tints of Sushi #76962E

Color information

#76962E (or 0x76962E) is unknown color: approx Sushi. HEX triplet: 76, 96 and 2E. RGB value is (118,150,46). Sum of RGB (Red+Green+Blue) = 118+150+46=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 46 (18.36% from 255 or 14.65% from 314); Max value from RGB is 150 - color contains mainly: green. Hex color #76962E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76962E is #8969D1. Grayscale: #808080. Windows color (decimal): -9005522 or 3053174. OLE color: 3053174.

HSL color Cylindrical-coordinate representation of color #76962E: hue angle of 78.46º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76962E is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB11815046-
CMYK0.2100.690.41
HSL78.46º53.06%38.43%-
HSV(B)78.46º69.33%58.82%-
XYZ18.8725.866.58-
YUV128.5881.4120.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.58%
GREEN value IS 150 (58.98% from 255) = 47.77%
BLUE value IS 46 (18.36% from 255) = 14.65%
R=37.58%
G=47.77%
B=14.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118150460.2100.690.4178.4653.0638.43
Hex76962E15045294e3526
Octal16622656250105511166546
Binary11101101001011010111010101010001011010011001110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76962E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,150,46); }

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

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

 a { background-color: rgb(118,150,46); }

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

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

 span { border-color: rgb(118,150,46); }

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