#6F907D

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

Shades of Oxley #6F907D

Tints of Oxley #6F907D

Color information

#6F907D (or 0x6F907D) is unknown color: approx Oxley. HEX triplet: 6F, 90 and 7D. RGB value is (111,144,125). Sum of RGB (Red+Green+Blue) = 111+144+125=380 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.21% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 144 - color contains mainly: green. Hex color #6F907D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F907D is #906F82. Grayscale: #848484. Windows color (decimal): -9465731 or 8228975. OLE color: 8228975.

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

Color convert

RGB111144125-
CMYK0.2300.130.44
HSL145.45º12.94%50%-
HSV(B)145.45º22.92%56.47%-
XYZ20.2324.8123.12-
YUV131.97124.07113.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.21%
GREEN value IS 144 (56.64% from 255) = 37.89%
BLUE value IS 125 (49.22% from 255) = 32.89%
R=29.21%
G=37.89%
B=32.89%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1111441250.2300.130.44145.4512.9450
Hex6F907D170D2C91d32
Octal15722017527015542211562
Binary11011111001000011111011011101101101100100100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,144,125); }

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

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

 a { background-color: rgb(111,144,125); }

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

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

 span { border-color: rgb(111,144,125); }

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