#859276

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

Shades of Camouflage Green #859276

Tints of Camouflage Green #859276

Color information

#859276 (or 0x859276) is unknown color: approx Camouflage Green. HEX triplet: 85, 92 and 76. RGB value is (133,146,118). Sum of RGB (Red+Green+Blue) = 133+146+118=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 146 - color contains mainly: green. Hex color #859276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859276 is #7A6D89. Grayscale: #8B8B8B. Windows color (decimal): -8023434 or 7770757. OLE color: 7770757.

HSL color Cylindrical-coordinate representation of color #859276: hue angle of 87.86º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #859276 is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB133146118-
CMYK0.0900.190.43
HSL87.86º11.38%51.76%-
HSV(B)87.86º19.18%57.25%-
XYZ23.2226.8521.1-
YUV138.92116.19123.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.50%
GREEN value IS 146 (57.42% from 255) = 36.78%
BLUE value IS 118 (46.48% from 255) = 29.72%
R=33.50%
G=36.78%
B=29.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331461180.0900.190.4387.8611.3851.76
Hex85927690132B58b34
Octal20522216611023531301364
Binary10000101100100101110110100101001110101110110001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859276; }

 p { color: rgb(133,146,118); }

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

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

 a { background-color: rgb(133,146,118); }

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

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

 span { border-color: rgb(133,146,118); }

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