#6F967E

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

Shades of Oxley #6F967E

Tints of Oxley #6F967E

Color information

#6F967E (or 0x6F967E) is unknown color: approx Oxley. HEX triplet: 6F, 96 and 7E. RGB value is (111,150,126). Sum of RGB (Red+Green+Blue) = 111+150+126=387 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.68% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 150 - color contains mainly: green. Hex color #6F967E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F967E is #906981. Grayscale: #878787. Windows color (decimal): -9464194 or 8296047. OLE color: 8296047.

HSL color Cylindrical-coordinate representation of color #6F967E: hue angle of 143.08º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F967E is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB111150126-
CMYK0.2600.160.41
HSL143.08º15.66%51.18%-
HSV(B)143.08º26%58.82%-
XYZ21.2326.723.77-
YUV135.6122.58110.45-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.68%
GREEN value IS 150 (58.98% from 255) = 38.76%
BLUE value IS 126 (49.61% from 255) = 32.56%
R=28.68%
G=38.76%
B=32.56%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1111501260.2600.160.41143.0815.6651.18
Hex6F967E1A010298f1033
Octal15722617632020512172063
Binary1101111100101101111110110100100001010011000111110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F967E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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