#6F8860

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

Shades of Camouflage Green #6F8860

Tints of Camouflage Green #6F8860

Color information

#6F8860 (or 0x6F8860) is unknown color: approx Camouflage Green. HEX triplet: 6F, 88 and 60. RGB value is (111,136,96). Sum of RGB (Red+Green+Blue) = 111+136+96=343 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.36% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 136 - color contains mainly: green. Hex color #6F8860 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8860 is #90779F. Grayscale: #7C7C7C. Windows color (decimal): -9467808 or 6326383. OLE color: 6326383.

HSL color Cylindrical-coordinate representation of color #6F8860: hue angle of 97.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F8860 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB11113696-
CMYK0.1800.290.47
HSL97.5º17.24%45.49%-
HSV(B)97.5º29.41%53.33%-
XYZ17.4721.8314.36-
YUV123.96112.22118.75-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.36%
GREEN value IS 136 (53.52% from 255) = 39.65%
BLUE value IS 96 (37.89% from 255) = 27.99%
R=32.36%
G=39.65%
B=27.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal111136960.1800.290.4797.517.2445.49
Hex6F88601201D2F62112d
Octal15721014022035571422155
Binary110111110001000110000010010011101101111110001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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