#76A73A

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

Shades of Sushi #76A73A

Tints of Sushi #76A73A

Color information

#76A73A (or 0x76A73A) is unknown color: approx Sushi. HEX triplet: 76, A7 and 3A. RGB value is (118,167,58). Sum of RGB (Red+Green+Blue) = 118+167+58=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 167 (65.62% from 255 or 48.69% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 167 - color contains mainly: green. Hex color #76A73A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A73A is #8958C5. Grayscale: #8C8C8C. Windows color (decimal): -9001158 or 3843958. OLE color: 3843958.

HSL color Cylindrical-coordinate representation of color #76A73A: hue angle of 86.97º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #76A73A is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB11816758-
CMYK0.2900.650.35
HSL86.97º48.44%44.12%-
HSV(B)86.97º65.27%65.49%-
XYZ22.0531.798.98-
YUV139.9281.77112.36-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.40%
GREEN value IS 167 (65.62% from 255) = 48.69%
BLUE value IS 58 (23.05% from 255) = 16.91%
R=34.40%
G=48.69%
B=16.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal118167580.2900.650.3586.9748.4444.12
Hex76A73A1D0412357302c
Octal16624772350101431276054
Binary11101101010011111101011101010000011000111010111110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A73A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,167,58); }

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

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

 a { background-color: rgb(118,167,58); }

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

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

 span { border-color: rgb(118,167,58); }

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