#76a02b

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

Shades of Sushi #76A02B

Tints of Sushi #76A02B

Color information

#76A02B (or 0x76A02B) is unknown color: approx Sushi. HEX triplet: 76, A0 and 2B. RGB value is (118,160,43). Sum of RGB (Red+Green+Blue) = 118+160+43=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 160 (62.89% from 255 or 49.84% from 321); Blue value is 43 (17.19% from 255 or 13.40% from 321); Max value from RGB is 160 - color contains mainly: green. Hex color #76A02B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A02B is #895FD4. Grayscale: #868686. Windows color (decimal): -9002965 or 2859126. OLE color: 2859126.

HSL color Cylindrical-coordinate representation of color #76A02B: hue angle of 81.54º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76A02B is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB11816043-
CMYK0.2600.730.37
HSL81.54º57.64%39.8%-
HSV(B)81.54º73.12%62.75%-
XYZ20.4829.176.84-
YUV134.176.59116.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.76%
GREEN value IS 160 (62.89% from 255) = 49.84%
BLUE value IS 43 (17.19% from 255) = 13.40%
R=36.76%
G=49.84%
B=13.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal118160430.2600.730.3781.5457.6439.8
Hex76A02B1A04925523a28
Octal16624053320111451227250
Binary11101101010000010101111010010010011001011010010111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76a02b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,160,43); }

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

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

 a { background-color: rgb(118,160,43); }

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

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

 span { border-color: rgb(118,160,43); }

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