#76AA35

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

Shades of Sushi #76AA35

Tints of Sushi #76AA35

Color information

#76AA35 (or 0x76AA35) is unknown color: approx Sushi. HEX triplet: 76, AA and 35. RGB value is (118,170,53). Sum of RGB (Red+Green+Blue) = 118+170+53=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 170 - color contains mainly: green. Hex color #76AA35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AA35 is #8955CA. Grayscale: #8D8D8D. Windows color (decimal): -9000395 or 3517046. OLE color: 3517046.

HSL color Cylindrical-coordinate representation of color #76AA35: hue angle of 86.67º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #76AA35 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB11817053-
CMYK0.3100.690.33
HSL86.67º52.47%43.73%-
HSV(B)86.67º68.82%66.67%-
XYZ22.4932.868.53-
YUV141.1178.27111.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.60%
GREEN value IS 170 (66.80% from 255) = 49.85%
BLUE value IS 53 (21.09% from 255) = 15.54%
R=34.60%
G=49.85%
B=15.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118170530.3100.690.3386.6752.4743.73
Hex76AA351F0452157342c
Octal16625265370105411276454
Binary11101101010101011010111111010001011000011010111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,170,53); }

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

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

 a { background-color: rgb(118,170,53); }

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

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

 span { border-color: rgb(118,170,53); }

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