#76992d

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

Shades of Sushi #76992D

Tints of Sushi #76992D

Color information

#76992D (or 0x76992D) is unknown color: approx Sushi. HEX triplet: 76, 99 and 2D. RGB value is (118,153,45). Sum of RGB (Red+Green+Blue) = 118+153+45=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #76992D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76992D is #8966D2. Grayscale: #828282. Windows color (decimal): -9004755 or 2988406. OLE color: 2988406.

HSL color Cylindrical-coordinate representation of color #76992D: hue angle of 79.44º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #76992D is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB11815345-
CMYK0.2300.710.4
HSL79.44º54.55%38.82%-
HSV(B)79.44º70.59%60%-
XYZ19.3426.826.64-
YUV130.2279.9119.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 37.34%
GREEN value IS 153 (60.16% from 255) = 48.42%
BLUE value IS 45 (17.97% from 255) = 14.24%
R=37.34%
G=48.42%
B=14.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal118153450.2300.710.479.4454.5538.82
Hex76992D17047284f3727
Octal16623155270107501176747
Binary11101101001100110110110111010001111010001001111110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76992d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76992d; }

 p { color: rgb(118,153,45); }

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

<style>
 a { background-color: #76992d; }

 a { background-color: rgb(118,153,45); }

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

<style>
 span { border-color: #76992d; }

 span { border-color: rgb(118,153,45); }

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