#879479

Color #879479 Camouflage Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage Green #879479

Tints of Camouflage Green #879479

Color information

#879479 (or 0x879479) is unknown color: approx Camouflage Green. HEX triplet: 87, 94 and 79. RGB value is (135,148,121). Sum of RGB (Red+Green+Blue) = 135+148+121=404 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.42% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 148 - color contains mainly: green. Hex color #879479 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879479 is #786B86. Grayscale: #8D8D8D. Windows color (decimal): -7891847 or 7967879. OLE color: 7967879.

HSL color Cylindrical-coordinate representation of color #879479: hue angle of 88.89º degrees, saturation: 0.11, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #879479 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB135148121-
CMYK0.0900.180.42
HSL88.89º11.2%52.75%-
HSV(B)88.89º18.24%58.04%-
XYZ24.0327.7122.17-
YUV141.04116.69123.7-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.42%
GREEN value IS 148 (58.20% from 255) = 36.63%
BLUE value IS 121 (47.66% from 255) = 29.95%
R=33.42%
G=36.63%
B=29.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351481210.0900.180.4288.8911.252.75
Hex87947990122A59b35
Octal20722417111022521311365
Binary10000111100101001111001100101001010101010110011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879479; }

 p { color: rgb(135,148,121); }

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

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

 a { background-color: rgb(135,148,121); }

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

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

 span { border-color: rgb(135,148,121); }

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