#76A227

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

Shades of Sushi #76A227

Tints of Sushi #76A227

Color information

#76A227 (or 0x76A227) is unknown color: approx Sushi. HEX triplet: 76, A2 and 27. RGB value is (118,162,39). Sum of RGB (Red+Green+Blue) = 118+162+39=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 162 (63.67% from 255 or 50.78% from 319); Blue value is 39 (15.62% from 255 or 12.23% from 319); Max value from RGB is 162 - color contains mainly: green. Hex color #76A227 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A227 is #895DD8. Grayscale: #878787. Windows color (decimal): -9002457 or 2597494. OLE color: 2597494.

HSL color Cylindrical-coordinate representation of color #76A227: hue angle of 81.46º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76A227 is Cyan = 0.27, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB11816239-
CMYK0.2700.760.36
HSL81.46º61.19%39.41%-
HSV(B)81.46º75.93%63.53%-
XYZ20.7629.846.58-
YUV134.8273.92116-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.99%
GREEN value IS 162 (63.67% from 255) = 50.78%
BLUE value IS 39 (15.62% from 255) = 12.23%
R=36.99%
G=50.78%
B=12.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal118162390.2700.760.3681.4661.1939.41
Hex76A2271B04C24513d27
Octal16624247330114441217547
Binary11101101010001010011111011010011001001001010001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76A227; }

 p { color: rgb(118,162,39); }

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

<style>
 a { background-color: #76A227; }

 a { background-color: rgb(118,162,39); }

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

<style>
 span { border-color: #76A227; }

 span { border-color: rgb(118,162,39); }

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