#6F8760

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

Shades of Camouflage Green #6F8760

Tints of Camouflage Green #6F8760

Color information

#6F8760 (or 0x6F8760) is unknown color: approx Camouflage Green. HEX triplet: 6F, 87 and 60. RGB value is (111,135,96). Sum of RGB (Red+Green+Blue) = 111+135+96=342 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.46% from 342); Green value is 135 (53.12% from 255 or 39.47% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 135 - color contains mainly: green. Hex color #6F8760 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8760 is #90789F. Grayscale: #7B7B7B. Windows color (decimal): -9468064 or 6326127. OLE color: 6326127.

HSL color Cylindrical-coordinate representation of color #6F8760: hue angle of 96.92º 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 #6F8760 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB11113596-
CMYK0.1800.290.47
HSL96.92º16.88%45.29%-
HSV(B)96.92º28.89%52.94%-
XYZ17.3321.5514.31-
YUV123.38112.55119.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.46%
GREEN value IS 135 (53.12% from 255) = 39.47%
BLUE value IS 96 (37.89% from 255) = 28.07%
R=32.46%
G=39.47%
B=28.07%

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
Decimal111135960.1800.290.4796.9216.8845.29
Hex6F87601201D2F61112d
Octal15720714022035571412155
Binary110111110000111110000010010011101101111110000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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