#76A22C

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

Shades of Sushi #76A22C

Tints of Sushi #76A22C

Color information

#76A22C (or 0x76A22C) is unknown color: approx Sushi. HEX triplet: 76, A2 and 2C. RGB value is (118,162,44). Sum of RGB (Red+Green+Blue) = 118+162+44=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 162 (63.67% from 255 or 50% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 162 - color contains mainly: green. Hex color #76A22C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A22C is #895DD3. Grayscale: #878787. Windows color (decimal): -9002452 or 2925174. OLE color: 2925174.

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

Color convert

RGB11816244-
CMYK0.2700.730.36
HSL82.37º57.28%40.39%-
HSV(B)82.37º72.84%63.53%-
XYZ20.8529.877.05-
YUV135.3976.42115.59-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.42%
GREEN value IS 162 (63.67% from 255) = 50%
BLUE value IS 44 (17.58% from 255) = 13.58%
R=36.42%
G=50%
B=13.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal118162440.2700.730.3682.3757.2840.39
Hex76A22C1B04924523928
Octal16624254330111441227150
Binary11101101010001010110011011010010011001001010010111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A22C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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