#76A63E

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

Shades of Sushi #76A63E

Tints of Sushi #76A63E

Color information

#76A63E (or 0x76A63E) is unknown color: approx Sushi. HEX triplet: 76, A6 and 3E. RGB value is (118,166,62). Sum of RGB (Red+Green+Blue) = 118+166+62=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 166 (65.23% from 255 or 47.98% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 166 - color contains mainly: green. Hex color #76A63E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A63E is #8959C1. Grayscale: #8C8C8C. Windows color (decimal): -9001410 or 4105846. OLE color: 4105846.

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

Color convert

RGB11816662-
CMYK0.2900.630.35
HSL87.69º45.61%44.71%-
HSV(B)87.69º62.65%65.1%-
XYZ21.9831.479.47-
YUV139.7984.1112.46-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.10%
GREEN value IS 166 (65.23% from 255) = 47.98%
BLUE value IS 62 (24.61% from 255) = 17.92%
R=34.10%
G=47.98%
B=17.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal118166620.2900.630.3587.6945.6144.71
Hex76A63E1D03F23582e2d
Octal1662467635077431305655
Binary1110110101001101111101110101111111000111011000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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