#6E987A

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

Shades of Oxley #6E987A

Tints of Oxley #6E987A

Color information

#6E987A (or 0x6E987A) is unknown color: approx Oxley. HEX triplet: 6E, 98 and 7A. RGB value is (110,152,122). Sum of RGB (Red+Green+Blue) = 110+152+122=384 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.65% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 152 - color contains mainly: green. Hex color #6E987A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E987A is #916785. Grayscale: #888888. Windows color (decimal): -9529222 or 8034414. OLE color: 8034414.

HSL color Cylindrical-coordinate representation of color #6E987A: hue angle of 137.14º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E987A is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB110152122-
CMYK0.2800.200.40
HSL137.14º16.94%51.37%-
HSV(B)137.14º27.63%59.61%-
XYZ21.1727.1822.54-
YUV136.02120.09109.44-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.65%
GREEN value IS 152 (59.77% from 255) = 39.58%
BLUE value IS 122 (48.05% from 255) = 31.77%
R=28.65%
G=39.58%
B=31.77%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1101521220.2800.200.40137.1416.9451.37
Hex6E987A1C01428891133
Octal15623017234024502112163
Binary1101110100110001111010111000101001010001000100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,152,122); }

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

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

 a { background-color: rgb(110,152,122); }

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

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

 span { border-color: rgb(110,152,122); }

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