#76AB38

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

Shades of Sushi #76AB38

Tints of Sushi #76AB38

Color information

#76AB38 (or 0x76AB38) is unknown color: approx Sushi. HEX triplet: 76, AB and 38. RGB value is (118,171,56). Sum of RGB (Red+Green+Blue) = 118+171+56=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 171 (67.19% from 255 or 49.57% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 171 - color contains mainly: green. Hex color #76AB38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AB38 is #8954C7. Grayscale: #8E8E8E. Windows color (decimal): -9000136 or 3713910. OLE color: 3713910.

HSL color Cylindrical-coordinate representation of color #76AB38: hue angle of 87.65º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76AB38 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB11817156-
CMYK0.3100.670.33
HSL87.65º50.66%44.51%-
HSV(B)87.65º67.25%67.06%-
XYZ22.7533.268.96-
YUV142.0479.44110.85-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.20%
GREEN value IS 171 (67.19% from 255) = 49.57%
BLUE value IS 56 (22.27% from 255) = 16.23%
R=34.20%
G=49.57%
B=16.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal118171560.3100.670.3387.6550.6644.51
Hex76AB381F0432158332d
Octal16625370370103411306355
Binary11101101010101111100011111010000111000011011000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,171,56); }

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

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

 a { background-color: rgb(118,171,56); }

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

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

 span { border-color: rgb(118,171,56); }

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