#76943F

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

Shades of Sushi #76943F

Tints of Sushi #76943F

Color information

#76943F (or 0x76943F) is unknown color: approx Sushi. HEX triplet: 76, 94 and 3F. RGB value is (118,148,63). Sum of RGB (Red+Green+Blue) = 118+148+63=329 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.87% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #76943F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76943F is #896BC0. Grayscale: #818181. Windows color (decimal): -9006017 or 4166774. OLE color: 4166774.

HSL color Cylindrical-coordinate representation of color #76943F: hue angle of 81.18º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76943F is Cyan = 0.20, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB11814863-
CMYK0.2000.570.42
HSL81.18º40.28%41.37%-
HSV(B)81.18º57.43%58.04%-
XYZ18.9625.398.6-
YUV129.3490.56119.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.87%
GREEN value IS 148 (58.20% from 255) = 44.98%
BLUE value IS 63 (25% from 255) = 19.15%
R=35.87%
G=44.98%
B=19.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118148630.2000.570.4281.1840.2841.37
Hex76943F140392A512829
Octal1662247724071521215051
Binary1110110100101001111111010001110011010101010001101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76943F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76943F; }

 p { color: rgb(118,148,63); }

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

<style>
 a { background-color: #76943F; }

 a { background-color: rgb(118,148,63); }

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

<style>
 span { border-color: #76943F; }

 span { border-color: rgb(118,148,63); }

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