#6F937F

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

Shades of Oxley #6F937F

Tints of Oxley #6F937F

Color information

#6F937F (or 0x6F937F) is unknown color: approx Oxley. HEX triplet: 6F, 93 and 7F. RGB value is (111,147,127). Sum of RGB (Red+Green+Blue) = 111+147+127=385 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.83% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 147 - color contains mainly: green. Hex color #6F937F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F937F is #906C80. Grayscale: #868686. Windows color (decimal): -9464961 or 8360815. OLE color: 8360815.

HSL color Cylindrical-coordinate representation of color #6F937F: hue angle of 146.67º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F937F is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB111147127-
CMYK0.2400.140.42
HSL146.67º14.29%50.59%-
HSV(B)146.67º24.49%57.65%-
XYZ20.8225.7823.96-
YUV133.96124.07111.63-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 28.83%
GREEN value IS 147 (57.81% from 255) = 38.18%
BLUE value IS 127 (50% from 255) = 32.99%
R=28.83%
G=38.18%
B=32.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1111471270.2400.140.42146.6714.2950.59
Hex6F937F180E2A93e33
Octal15722317730016522231663
Binary11011111001001111111111100001110101010100100111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F937F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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