#879475

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

Shades of Camouflage Green #879475

Tints of Camouflage Green #879475

Color information

#879475 (or 0x879475) is unknown color: approx Camouflage Green. HEX triplet: 87, 94 and 75. RGB value is (135,148,117). Sum of RGB (Red+Green+Blue) = 135+148+117=400 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.75% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 148 - color contains mainly: green. Hex color #879475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879475 is #786B8A. Grayscale: #8C8C8C. Windows color (decimal): -7891851 or 7705735. OLE color: 7705735.

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

Color convert

RGB135148117-
CMYK0.0900.210.42
HSL85.16º12.65%51.96%-
HSV(B)85.16º20.95%58.04%-
XYZ23.7927.6220.91-
YUV140.58114.69124.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.75%
GREEN value IS 148 (58.20% from 255) = 37%
BLUE value IS 117 (46.09% from 255) = 29.25%
R=33.75%
G=37%
B=29.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351481170.0900.210.4285.1612.6551.96
Hex87947590152A55d34
Octal20722416511025521251564
Binary10000111100101001110101100101010110101010101011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879475; }

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

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

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

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

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

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

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

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