#879474

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

Shades of Camouflage Green #879474

Tints of Camouflage Green #879474

Color information

#879474 (or 0x879474) is unknown color: approx Camouflage Green. HEX triplet: 87, 94 and 74. RGB value is (135,148,116). Sum of RGB (Red+Green+Blue) = 135+148+116=399 (52% of max value = 765). Red value is 135 (53.12% from 255 or 33.83% from 399); Green value is 148 (58.20% from 255 or 37.09% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 148 - color contains mainly: green. Hex color #879474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #879474 is #786B8B. Grayscale: #8C8C8C. Windows color (decimal): -7891852 or 7640199. OLE color: 7640199.

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

Color convert

RGB135148116-
CMYK0.0900.220.42
HSL84.37º13.01%51.76%-
HSV(B)84.37º21.62%58.04%-
XYZ23.7327.5920.6-
YUV140.46114.19124.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 33.83%
GREEN value IS 148 (58.20% from 255) = 37.09%
BLUE value IS 116 (45.70% from 255) = 29.07%
R=33.83%
G=37.09%
B=29.07%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1351481160.0900.220.4284.3713.0151.76
Hex87947490162A54d34
Octal20722416411026521241564
Binary10000111100101001110100100101011010101010101001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879474; }

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

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

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

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

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

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

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

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