#76AC3C

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

Shades of Sushi #76AC3C

Tints of Sushi #76AC3C

Color information

#76AC3C (or 0x76AC3C) is unknown color: approx Sushi. HEX triplet: 76, AC and 3C. RGB value is (118,172,60). Sum of RGB (Red+Green+Blue) = 118+172+60=350 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.71% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #76AC3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AC3C is #8953C3. Grayscale: #8F8F8F. Windows color (decimal): -8999876 or 3976310. OLE color: 3976310.

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

Color convert

RGB11817260-
CMYK0.3100.650.33
HSL88.93º48.28%45.49%-
HSV(B)88.93º65.12%67.45%-
XYZ23.0433.689.56-
YUV143.0981.11110.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.71%
GREEN value IS 172 (67.58% from 255) = 49.14%
BLUE value IS 60 (23.83% from 255) = 17.14%
R=33.71%
G=49.14%
B=17.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118172600.3100.650.3388.9348.2845.49
Hex76AC3C1F0412159302d
Octal16625474370101411316055
Binary11101101010110011110011111010000011000011011001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AC3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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