#6F917E

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

Shades of Oxley #6F917E

Tints of Oxley #6F917E

Color information

#6F917E (or 0x6F917E) is unknown color: approx Oxley. HEX triplet: 6F, 91 and 7E. RGB value is (111,145,126). Sum of RGB (Red+Green+Blue) = 111+145+126=382 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.06% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 145 - color contains mainly: green. Hex color #6F917E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F917E is #906E81. Grayscale: #848484. Windows color (decimal): -9465474 or 8294767. OLE color: 8294767.

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

Color convert

RGB111145126-
CMYK0.2300.130.43
HSL146.47º13.39%50.2%-
HSV(B)146.47º23.45%56.86%-
XYZ20.4525.1423.51-
YUV132.67124.24112.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.06%
GREEN value IS 145 (57.03% from 255) = 37.96%
BLUE value IS 126 (49.61% from 255) = 32.98%
R=29.06%
G=37.96%
B=32.98%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1111451260.2300.130.43146.4713.3950.2
Hex6F917E170D2B92d32
Octal15722117627015532221562
Binary11011111001000111111101011101101101011100100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F917E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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