#76962D

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

Shades of Sushi #76962D

Tints of Sushi #76962D

Color information

#76962D (or 0x76962D) is unknown color: approx Sushi. HEX triplet: 76, 96 and 2D. RGB value is (118,150,45). Sum of RGB (Red+Green+Blue) = 118+150+45=313 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.70% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 150 - color contains mainly: green. Hex color #76962D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76962D is #8969D2. Grayscale: #808080. Windows color (decimal): -9005523 or 2987638. OLE color: 2987638.

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

Color convert

RGB11815045-
CMYK0.2100.700.41
HSL78.29º53.85%38.24%-
HSV(B)78.29º70%58.82%-
XYZ18.8525.856.48-
YUV128.4680.9120.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.70%
GREEN value IS 150 (58.98% from 255) = 47.92%
BLUE value IS 45 (17.97% from 255) = 14.38%
R=37.70%
G=47.92%
B=14.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal118150450.2100.700.4178.2953.8538.24
Hex76962D15046294e3626
Octal16622655250106511166646
Binary11101101001011010110110101010001101010011001110110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76962D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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