#76A63D

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

Shades of Sushi #76A63D

Tints of Sushi #76A63D

Color information

#76A63D (or 0x76A63D) is unknown color: approx Sushi. HEX triplet: 76, A6 and 3D. RGB value is (118,166,61). Sum of RGB (Red+Green+Blue) = 118+166+61=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 166 (65.23% from 255 or 48.12% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 166 - color contains mainly: green. Hex color #76A63D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A63D is #8959C2. Grayscale: #8C8C8C. Windows color (decimal): -9001411 or 4040310. OLE color: 4040310.

HSL color Cylindrical-coordinate representation of color #76A63D: hue angle of 87.43º 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 #76A63D is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB11816661-
CMYK0.2900.630.35
HSL87.43º46.26%44.51%-
HSV(B)87.43º63.25%65.1%-
XYZ21.9531.469.33-
YUV139.6883.6112.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.20%
GREEN value IS 166 (65.23% from 255) = 48.12%
BLUE value IS 61 (24.22% from 255) = 17.68%
R=34.20%
G=48.12%
B=17.68%

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
Decimal118166610.2900.630.3587.4346.2644.51
Hex76A63D1D03F23572e2d
Octal1662467535077431275655
Binary1110110101001101111011110101111111000111010111101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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