#76A23E

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

Shades of Sushi #76A23E

Tints of Sushi #76A23E

Color information

#76A23E (or 0x76A23E) is unknown color: approx Sushi. HEX triplet: 76, A2 and 3E. RGB value is (118,162,62). Sum of RGB (Red+Green+Blue) = 118+162+62=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 162 (63.67% from 255 or 47.37% from 342); Blue value is 62 (24.61% from 255 or 18.13% from 342); Max value from RGB is 162 - color contains mainly: green. Hex color #76A23E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A23E is #895DC1. Grayscale: #898989. Windows color (decimal): -9002434 or 4104822. OLE color: 4104822.

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

Color convert

RGB11816262-
CMYK0.2700.620.36
HSL86.4º44.64%43.92%-
HSV(B)86.4º61.73%63.53%-
XYZ21.2630.049.24-
YUV137.4485.42114.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.50%
GREEN value IS 162 (63.67% from 255) = 47.37%
BLUE value IS 62 (24.61% from 255) = 18.13%
R=34.50%
G=47.37%
B=18.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal118162620.2700.620.3686.444.6443.92
Hex76A23E1B03E24562d2c
Octal1662427633076441265554
Binary1110110101000101111101101101111101001001010110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A23E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,162,62); }

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

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

 a { background-color: rgb(118,162,62); }

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

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

 span { border-color: rgb(118,162,62); }

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