#76A143

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

Shades of Sushi #76A143

Tints of Sushi #76A143

Color information

#76A143 (or 0x76A143) is unknown color: approx Sushi. HEX triplet: 76, A1 and 43. RGB value is (118,161,67). Sum of RGB (Red+Green+Blue) = 118+161+67=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 161 (63.28% from 255 or 46.53% from 346); Blue value is 67 (26.56% from 255 or 19.36% from 346); Max value from RGB is 161 - color contains mainly: green. Hex color #76A143 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A143 is #895EBC. Grayscale: #898989. Windows color (decimal): -9002685 or 4432246. OLE color: 4432246.

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

Color convert

RGB11816167-
CMYK0.2700.580.37
HSL87.45º41.23%44.71%-
HSV(B)87.45º58.39%63.14%-
XYZ21.2329.759.93-
YUV137.4388.25114.14-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.10%
GREEN value IS 161 (63.28% from 255) = 46.53%
BLUE value IS 67 (26.56% from 255) = 19.36%
R=34.10%
G=46.53%
B=19.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal118161670.2700.580.3787.4541.2344.71
Hex76A1431B03A2557292d
Octal16624110333072451275155
Binary11101101010000110000111101101110101001011010111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,161,67); }

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

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

 a { background-color: rgb(118,161,67); }

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

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

 span { border-color: rgb(118,161,67); }

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