#76A43F

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

Shades of Sushi #76A43F

Tints of Sushi #76A43F

Color information

#76A43F (or 0x76A43F) is unknown color: approx Sushi. HEX triplet: 76, A4 and 3F. RGB value is (118,164,63). Sum of RGB (Red+Green+Blue) = 118+164+63=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 164 (64.45% from 255 or 47.54% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 164 - color contains mainly: green. Hex color #76A43F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A43F is #895BC0. Grayscale: #8B8B8B. Windows color (decimal): -9001921 or 4170870. OLE color: 4170870.

HSL color Cylindrical-coordinate representation of color #76A43F: hue angle of 87.33º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #76A43F is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB11816463-
CMYK0.2800.620.36
HSL87.33º44.49%44.51%-
HSV(B)87.33º61.59%64.31%-
XYZ21.6430.769.5-
YUV138.7385.26113.21-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.20%
GREEN value IS 164 (64.45% from 255) = 47.54%
BLUE value IS 63 (25% from 255) = 18.26%
R=34.20%
G=47.54%
B=18.26%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal118164630.2800.620.3687.3344.4944.51
Hex76A43F1C03E24572c2d
Octal1662447734076441275455
Binary1110110101001001111111110001111101001001010111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,164,63); }

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

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

 a { background-color: rgb(118,164,63); }

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

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

 span { border-color: rgb(118,164,63); }

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