#869379

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

Shades of Camouflage Green #869379

Tints of Camouflage Green #869379

Color information

#869379 (or 0x869379) is unknown color: approx Camouflage Green. HEX triplet: 86, 93 and 79. RGB value is (134,147,121). Sum of RGB (Red+Green+Blue) = 134+147+121=402 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.33% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 121 (47.66% from 255 or 30.10% from 402); Max value from RGB is 147 - color contains mainly: green. Hex color #869379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869379 is #796C86. Grayscale: #8C8C8C. Windows color (decimal): -7957639 or 7967622. OLE color: 7967622.

HSL color Cylindrical-coordinate representation of color #869379: hue angle of 90º 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 #869379 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB134147121-
CMYK0.0900.180.42
HSL90º10.74%52.55%-
HSV(B)90º17.69%57.65%-
XYZ23.7227.3222.11-
YUV140.15117.19123.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.33%
GREEN value IS 147 (57.81% from 255) = 36.57%
BLUE value IS 121 (47.66% from 255) = 30.10%
R=33.33%
G=36.57%
B=30.10%

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
Decimal1341471210.0900.180.429010.7452.55
Hex86937990122A5ab35
Octal20622317111022521321365
Binary10000110100100111111001100101001010101010110101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869379; }

 p { color: rgb(134,147,121); }

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

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

 a { background-color: rgb(134,147,121); }

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

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

 span { border-color: rgb(134,147,121); }

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