#869076

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

Shades of Camouflage Green #869076

Tints of Camouflage Green #869076

Color information

#869076 (or 0x869076) is unknown color: approx Camouflage Green. HEX triplet: 86, 90 and 76. RGB value is (134,144,118). Sum of RGB (Red+Green+Blue) = 134+144+118=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 144 - color contains mainly: green. Hex color #869076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869076 is #796F89. Grayscale: #8A8A8A. Windows color (decimal): -7958410 or 7770246. OLE color: 7770246.

HSL color Cylindrical-coordinate representation of color #869076: hue angle of 83.08º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #869076 is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB134144118-
CMYK0.0700.180.44
HSL83.08º10.48%51.37%-
HSV(B)83.08º18.06%56.47%-
XYZ23.0726.3221-
YUV138.05116.69125.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.84%
GREEN value IS 144 (56.64% from 255) = 36.36%
BLUE value IS 118 (46.48% from 255) = 29.80%
R=33.84%
G=36.36%
B=29.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1341441180.0700.180.4483.0810.4851.37
Hex86907670122C53a33
Octal2062201667022541231263
Binary1000011010010000111011011101001010110010100111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869076; }

 p { color: rgb(134,144,118); }

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

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

 a { background-color: rgb(134,144,118); }

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

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

 span { border-color: rgb(134,144,118); }

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