#76953D

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

Shades of Sushi #76953D

Tints of Sushi #76953D

Color information

#76953D (or 0x76953D) is unknown color: approx Sushi. HEX triplet: 76, 95 and 3D. RGB value is (118,149,61). Sum of RGB (Red+Green+Blue) = 118+149+61=328 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.98% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 149 - color contains mainly: green. Hex color #76953D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76953D is #896AC2. Grayscale: #828282. Windows color (decimal): -9005763 or 4035958. OLE color: 4035958.

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

Color convert

RGB11814961-
CMYK0.2100.590.42
HSL81.14º41.9%41.18%-
HSV(B)81.14º59.06%58.43%-
XYZ19.0625.688.37-
YUV129.789.23119.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.98%
GREEN value IS 149 (58.59% from 255) = 45.43%
BLUE value IS 61 (24.22% from 255) = 18.60%
R=35.98%
G=45.43%
B=18.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118149610.2100.590.4281.1441.941.18
Hex76953D1503B2A512a29
Octal1662257525073521215251
Binary1110110100101011111011010101110111010101010001101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76953D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,149,61); }

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

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

 a { background-color: rgb(118,149,61); }

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

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

 span { border-color: rgb(118,149,61); }

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