#6F9F7F

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

Shades of Oxley #6F9F7F

Tints of Oxley #6F9F7F

Color information

#6F9F7F (or 0x6F9F7F) is unknown color: approx Oxley. HEX triplet: 6F, 9F and 7F. RGB value is (111,159,127). Sum of RGB (Red+Green+Blue) = 111+159+127=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 127 (50% from 255 or 31.99% from 397); Max value from RGB is 159 - color contains mainly: green. Hex color #6F9F7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9F7F is #906080. Grayscale: #8D8D8D. Windows color (decimal): -9461889 or 8363887. OLE color: 8363887.

HSL color Cylindrical-coordinate representation of color #6F9F7F: hue angle of 140º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F9F7F is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB111159127-
CMYK0.3000.200.38
HSL140º20%52.94%-
HSV(B)140º30.19%62.35%-
XYZ22.7829.7124.61-
YUV141120.1106.6-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.96%
GREEN value IS 159 (62.5% from 255) = 40.05%
BLUE value IS 127 (50% from 255) = 31.99%
R=27.96%
G=40.05%
B=31.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1111591270.3000.200.381402052.94
Hex6F9F7F1E014268c1435
Octal15723717736024462142465
Binary1101111100111111111111111100101001001101000110010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F9F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,159,127); }

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

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

 a { background-color: rgb(111,159,127); }

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

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

 span { border-color: rgb(111,159,127); }

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