#6F927F

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

Shades of Oxley #6F927F

Tints of Oxley #6F927F

Color information

#6F927F (or 0x6F927F) is unknown color: approx Oxley. HEX triplet: 6F, 92 and 7F. RGB value is (111,146,127). Sum of RGB (Red+Green+Blue) = 111+146+127=384 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.91% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 146 - color contains mainly: green. Hex color #6F927F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F927F is #906D80. Grayscale: #858585. Windows color (decimal): -9465217 or 8360559. OLE color: 8360559.

HSL color Cylindrical-coordinate representation of color #6F927F: hue angle of 147.43º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F927F is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.43.

Color convert

RGB111146127-
CMYK0.2400.130.43
HSL147.43º13.83%50.39%-
HSV(B)147.43º23.97%57.25%-
XYZ20.6725.4723.91-
YUV133.37124.4112.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.91%
GREEN value IS 146 (57.42% from 255) = 38.02%
BLUE value IS 127 (50% from 255) = 33.07%
R=28.91%
G=38.02%
B=33.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1111461270.2400.130.43147.4313.8350.39
Hex6F927F180D2B93e32
Octal15722217730015532231662
Binary11011111001001011111111100001101101011100100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F927F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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