#76923F

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

Shades of Sushi #76923F

Tints of Sushi #76923F

Color information

#76923F (or 0x76923F) is unknown color: approx Sushi. HEX triplet: 76, 92 and 3F. RGB value is (118,146,63). Sum of RGB (Red+Green+Blue) = 118+146+63=327 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.09% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 63 (25% from 255 or 19.27% from 327); Max value from RGB is 146 - color contains mainly: green. Hex color #76923F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76923F is #896DC0. Grayscale: #808080. Windows color (decimal): -9006529 or 4166262. OLE color: 4166262.

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

Color convert

RGB11814663-
CMYK0.1900.570.43
HSL80.24º39.71%40.98%-
HSV(B)80.24º56.85%57.25%-
XYZ18.6524.778.5-
YUV128.1791.22120.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 36.09%
GREEN value IS 146 (57.42% from 255) = 44.65%
BLUE value IS 63 (25% from 255) = 19.27%
R=36.09%
G=44.65%
B=19.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118146630.1900.570.4380.2439.7140.98
Hex76923F130392B502829
Octal1662227723071531205051
Binary1110110100100101111111001101110011010111010000101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76923F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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