#6F9179

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

Shades of Oxley #6F9179

Tints of Oxley #6F9179

Color information

#6F9179 (or 0x6F9179) is unknown color: approx Oxley. HEX triplet: 6F, 91 and 79. RGB value is (111,145,121). Sum of RGB (Red+Green+Blue) = 111+145+121=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 145 (57.03% from 255 or 38.46% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 145 - color contains mainly: green. Hex color #6F9179 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9179 is #906E86. Grayscale: #848484. Windows color (decimal): -9465479 or 7967087. OLE color: 7967087.

HSL color Cylindrical-coordinate representation of color #6F9179: hue angle of 137.65º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F9179 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB111145121-
CMYK0.2300.170.43
HSL137.65º13.39%50.2%-
HSV(B)137.65º23.45%56.86%-
XYZ20.1325.0121.86-
YUV132.1121.74112.95-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.44%
GREEN value IS 145 (57.03% from 255) = 38.46%
BLUE value IS 121 (47.66% from 255) = 32.10%
R=29.44%
G=38.46%
B=32.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1111451210.2300.170.43137.6513.3950.2
Hex6F9179170112B8ad32
Octal15722117127021532121562
Binary110111110010001111100110111010001101011100010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,145,121); }

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

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

 a { background-color: rgb(111,145,121); }

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

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

 span { border-color: rgb(111,145,121); }

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