#6F8E7F

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

Shades of Patina #6F8E7F

Tints of Patina #6F8E7F

Color information

#6F8E7F (or 0x6F8E7F) is unknown color: approx Patina. HEX triplet: 6F, 8E and 7F. RGB value is (111,142,127). Sum of RGB (Red+Green+Blue) = 111+142+127=380 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.21% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 142 - color contains mainly: green. Hex color #6F8E7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8E7F is #907180. Grayscale: #838383. Windows color (decimal): -9466241 or 8359535. OLE color: 8359535.

HSL color Cylindrical-coordinate representation of color #6F8E7F: hue angle of 150.97º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F8E7F is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.

Color convert

RGB111142127-
CMYK0.2200.110.44
HSL150.97º12.25%49.61%-
HSV(B)150.97º21.83%55.69%-
XYZ20.0624.2623.7-
YUV131.02125.73113.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.21%
GREEN value IS 142 (55.86% from 255) = 37.37%
BLUE value IS 127 (50% from 255) = 33.42%
R=29.21%
G=37.37%
B=33.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1111421270.2200.110.44150.9712.2549.61
Hex6F8E7F160B2C97c32
Octal15721617726013542271462
Binary11011111000111011111111011001011101100100101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,142,127); }

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

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

 a { background-color: rgb(111,142,127); }

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

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

 span { border-color: rgb(111,142,127); }

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