#6F907A

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

Shades of Oxley #6F907A

Tints of Oxley #6F907A

Color information

#6F907A (or 0x6F907A) is unknown color: approx Oxley. HEX triplet: 6F, 90 and 7A. RGB value is (111,144,122). Sum of RGB (Red+Green+Blue) = 111+144+122=377 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.44% from 377); Green value is 144 (56.64% from 255 or 38.20% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 144 - color contains mainly: green. Hex color #6F907A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F907A is #906F85. Grayscale: #838383. Windows color (decimal): -9465734 or 8032367. OLE color: 8032367.

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

Color convert

RGB111144122-
CMYK0.2300.150.44
HSL140º12.94%50%-
HSV(B)140º22.92%56.47%-
XYZ20.0424.7322.13-
YUV131.62122.57113.29-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.44%
GREEN value IS 144 (56.64% from 255) = 38.20%
BLUE value IS 122 (48.05% from 255) = 32.36%
R=29.44%
G=38.20%
B=32.36%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1111441220.2300.150.4414012.9450
Hex6F907A170F2C8cd32
Octal15722017227017542141562
Binary11011111001000011110101011101111101100100011001101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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