#76AF38

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

Shades of Sushi #76AF38

Tints of Sushi #76AF38

Color information

#76AF38 (or 0x76AF38) is unknown color: approx Sushi. HEX triplet: 76, AF and 38. RGB value is (118,175,56). Sum of RGB (Red+Green+Blue) = 118+175+56=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 175 (68.75% from 255 or 50.14% from 349); Blue value is 56 (22.27% from 255 or 16.05% from 349); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AF38 is #8950C7. Grayscale: #909090. Windows color (decimal): -8999112 or 3714934. OLE color: 3714934.

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

Color convert

RGB11817556-
CMYK0.3300.680.31
HSL88.74º51.52%45.29%-
HSV(B)88.74º68%68.63%-
XYZ23.5134.89.22-
YUV144.3978.12109.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.81%
GREEN value IS 175 (68.75% from 255) = 50.14%
BLUE value IS 56 (22.27% from 255) = 16.05%
R=33.81%
G=50.14%
B=16.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal118175560.3300.680.3188.7451.5245.29
Hex76AF38210441F59342d
Octal16625770410104371316455
Binary11101101010111111100010000101000100111111011001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76AF38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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