#6E8560

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

Shades of Camouflage Green #6E8560

Tints of Camouflage Green #6E8560

Color information

#6E8560 (or 0x6E8560) is unknown color: approx Camouflage Green. HEX triplet: 6E, 85 and 60. RGB value is (110,133,96). Sum of RGB (Red+Green+Blue) = 110+133+96=339 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.45% from 339); Green value is 133 (52.34% from 255 or 39.23% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 133 - color contains mainly: green. Hex color #6E8560 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8560 is #917A9F. Grayscale: #7A7A7A. Windows color (decimal): -9534112 or 6325614. OLE color: 6325614.

HSL color Cylindrical-coordinate representation of color #6E8560: hue angle of 97.3º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E8560 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB11013396-
CMYK0.1700.280.48
HSL97.3º16.16%44.9%-
HSV(B)97.3º27.82%52.16%-
XYZ16.9320.9314.21-
YUV121.9113.38119.51-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.45%
GREEN value IS 133 (52.34% from 255) = 39.23%
BLUE value IS 96 (37.89% from 255) = 28.32%
R=32.45%
G=39.23%
B=28.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal110133960.1700.280.4897.316.1644.9
Hex6E85601101C3061102d
Octal15620514021034601412055
Binary110111010000101110000010001011100110000110000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E8560; }

 p { color: rgb(110,133,96); }

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

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

 a { background-color: rgb(110,133,96); }

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

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

 span { border-color: rgb(110,133,96); }

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