#859375

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

Shades of Camouflage Green #859375

Tints of Camouflage Green #859375

Color information

#859375 (or 0x859375) is unknown color: approx Camouflage Green. HEX triplet: 85, 93 and 75. RGB value is (133,147,117). Sum of RGB (Red+Green+Blue) = 133+147+117=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 147 (57.81% from 255 or 37.03% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 147 - color contains mainly: green. Hex color #859375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #859375 is #7A6C8A. Grayscale: #8B8B8B. Windows color (decimal): -8023179 or 7705477. OLE color: 7705477.

HSL color Cylindrical-coordinate representation of color #859375: hue angle of 88º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #859375 is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB133147117-
CMYK0.1000.200.42
HSL88º12.2%51.76%-
HSV(B)88º20.41%57.65%-
XYZ23.3227.1420.84-
YUV139.39115.36123.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.50%
GREEN value IS 147 (57.81% from 255) = 37.03%
BLUE value IS 117 (46.09% from 255) = 29.47%
R=33.50%
G=37.03%
B=29.47%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331471170.1000.200.428812.251.76
Hex859375A0142A58c34
Octal20522316512024521301464
Binary10000101100100111110101101001010010101010110001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859375; }

 p { color: rgb(133,147,117); }

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

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

 a { background-color: rgb(133,147,117); }

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

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

 span { border-color: rgb(133,147,117); }

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