#76A938

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

Shades of Sushi #76A938

Tints of Sushi #76A938

Color information

#76A938 (or 0x76A938) is unknown color: approx Sushi. HEX triplet: 76, A9 and 38. RGB value is (118,169,56). Sum of RGB (Red+Green+Blue) = 118+169+56=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 169 (66.41% from 255 or 49.27% from 343); Blue value is 56 (22.27% from 255 or 16.33% from 343); Max value from RGB is 169 - color contains mainly: green. Hex color #76A938 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A938 is #8956C7. Grayscale: #8D8D8D. Windows color (decimal): -9000648 or 3713398. OLE color: 3713398.

HSL color Cylindrical-coordinate representation of color #76A938: hue angle of 87.08º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76A938 is Cyan = 0.30, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.34.

Color convert

RGB11816956-
CMYK0.3000.670.34
HSL87.08º50.22%44.12%-
HSV(B)87.08º66.86%66.27%-
XYZ22.3732.518.84-
YUV140.8780.1111.69-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.40%
GREEN value IS 169 (66.41% from 255) = 49.27%
BLUE value IS 56 (22.27% from 255) = 16.33%
R=34.40%
G=49.27%
B=16.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal118169560.3000.670.3487.0850.2244.12
Hex76A9381E0432257322c
Octal16625170360103421276254
Binary11101101010100111100011110010000111000101010111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76A938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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