#6F8E7C

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

Shades of Oxley #6F8E7C

Tints of Oxley #6F8E7C

Color information

#6F8E7C (or 0x6F8E7C) is unknown color: approx Oxley. HEX triplet: 6F, 8E and 7C. RGB value is (111,142,124). Sum of RGB (Red+Green+Blue) = 111+142+124=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 142 (55.86% from 255 or 37.67% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 142 - color contains mainly: green. Hex color #6F8E7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8E7C is #907183. Grayscale: #828282. Windows color (decimal): -9466244 or 8162927. OLE color: 8162927.

HSL color Cylindrical-coordinate representation of color #6F8E7C: hue angle of 145.16º 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 #6F8E7C is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB111142124-
CMYK0.2200.130.44
HSL145.16º12.25%49.61%-
HSV(B)145.16º21.83%55.69%-
XYZ19.8724.1822.69-
YUV130.68124.23113.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.44%
GREEN value IS 142 (55.86% from 255) = 37.67%
BLUE value IS 124 (48.83% from 255) = 32.89%
R=29.44%
G=37.67%
B=32.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1111421240.2200.130.44145.1612.2549.61
Hex6F8E7C160D2C91c32
Octal15721617426015542211462
Binary11011111000111011111001011001101101100100100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F8E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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