#76A936

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

Shades of Sushi #76A936

Tints of Sushi #76A936

Color information

#76A936 (or 0x76A936) is unknown color: approx Sushi. HEX triplet: 76, A9 and 36. RGB value is (118,169,54). Sum of RGB (Red+Green+Blue) = 118+169+54=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 169 (66.41% from 255 or 49.56% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 169 - color contains mainly: green. Hex color #76A936 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A936 is #8956C9. Grayscale: #8D8D8D. Windows color (decimal): -9000650 or 3582326. OLE color: 3582326.

HSL color Cylindrical-coordinate representation of color #76A936: hue angle of 86.61º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76A936 is Cyan = 0.30, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB11816954-
CMYK0.3000.680.34
HSL86.61º51.57%43.73%-
HSV(B)86.61º68.05%66.27%-
XYZ22.3332.498.59-
YUV140.6479.1111.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 169 (66.41% from 255) = 49.56%
BLUE value IS 54 (21.48% from 255) = 15.84%
R=34.60%
G=49.56%
B=15.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal118169540.3000.680.3486.6151.5743.73
Hex76A9361E0442257342c
Octal16625166360104421276454
Binary11101101010100111011011110010001001000101010111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,169,54); }

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

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

 a { background-color: rgb(118,169,54); }

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

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

 span { border-color: rgb(118,169,54); }

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