#6F8460

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

Shades of Camouflage Green #6F8460

Tints of Camouflage Green #6F8460

Color information

#6F8460 (or 0x6F8460) is unknown color: approx Camouflage Green. HEX triplet: 6F, 84 and 60. RGB value is (111,132,96). Sum of RGB (Red+Green+Blue) = 111+132+96=339 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.74% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 132 - color contains mainly: green. Hex color #6F8460 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8460 is #907B9F. Grayscale: #797979. Windows color (decimal): -9468832 or 6325359. OLE color: 6325359.

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

Color convert

RGB11113296-
CMYK0.1600.270.48
HSL95º15.79%44.71%-
HSV(B)95º27.27%51.76%-
XYZ16.9220.7314.18-
YUV121.62113.54120.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.74%
GREEN value IS 132 (51.95% from 255) = 38.94%
BLUE value IS 96 (37.89% from 255) = 28.32%
R=32.74%
G=38.94%
B=28.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal111132960.1600.270.489515.7944.71
Hex6F84601001B305f102d
Octal15720414020033601372055
Binary110111110000100110000010000011011110000101111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,132,96); }

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

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

 a { background-color: rgb(111,132,96); }

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

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

 span { border-color: rgb(111,132,96); }

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