#76AC39

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

Shades of Sushi #76AC39

Tints of Sushi #76AC39

Color information

#76AC39 (or 0x76AC39) is unknown color: approx Sushi. HEX triplet: 76, AC and 39. RGB value is (118,172,57). Sum of RGB (Red+Green+Blue) = 118+172+57=347 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.01% from 347); Green value is 172 (67.58% from 255 or 49.57% from 347); Blue value is 57 (22.66% from 255 or 16.43% from 347); Max value from RGB is 172 - color contains mainly: green. Hex color #76AC39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AC39 is #8953C6. Grayscale: #8F8F8F. Windows color (decimal): -8999879 or 3779702. OLE color: 3779702.

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

Color convert

RGB11817257-
CMYK0.3100.670.33
HSL88.17º50.22%44.9%-
HSV(B)88.17º66.86%67.45%-
XYZ22.9633.659.16-
YUV142.7479.61110.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.01%
GREEN value IS 172 (67.58% from 255) = 49.57%
BLUE value IS 57 (22.66% from 255) = 16.43%
R=34.01%
G=49.57%
B=16.43%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118172570.3100.670.3388.1750.2244.9
Hex76AC391F0432158322d
Octal16625471370103411306255
Binary11101101010110011100111111010000111000011011000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AC39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,172,57); }

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

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

 a { background-color: rgb(118,172,57); }

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

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

 span { border-color: rgb(118,172,57); }

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