#879F2D

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

Shades of Sushi #879F2D

Tints of Sushi #879F2D

Color information

#879F2D (or 0x879F2D) is unknown color: approx Sushi. HEX triplet: 87, 9F and 2D. RGB value is (135,159,45). Sum of RGB (Red+Green+Blue) = 135+159+45=339 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.82% from 339); Green value is 159 (62.5% from 255 or 46.90% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 159 - color contains mainly: green. Hex color #879F2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #879F2D is #7860D2. Grayscale: #8B8B8B. Windows color (decimal): -7889107 or 2989959. OLE color: 2989959.

HSL color Cylindrical-coordinate representation of color #879F2D: hue angle of 72.63º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #879F2D is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB13515945-
CMYK0.1500.720.38
HSL72.63º55.88%40%-
HSV(B)72.63º71.7%62.35%-
XYZ22.8630.147.09-
YUV138.8375.05125.27-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.82%
GREEN value IS 159 (62.5% from 255) = 46.90%
BLUE value IS 45 (17.97% from 255) = 13.27%
R=39.82%
G=46.90%
B=13.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal135159450.1500.720.3872.6355.8840
Hex879F2DF04826493828
Octal20723755170110461117050
Binary10000111100111111011011111010010001001101001001111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879F2D; }

 p { color: rgb(135,159,45); }

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

<style>
 a { background-color: #879F2D; }

 a { background-color: rgb(135,159,45); }

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

<style>
 span { border-color: #879F2D; }

 span { border-color: rgb(135,159,45); }

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