#6E927E

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

Shades of Oxley #6E927E

Tints of Oxley #6E927E

Color information

#6E927E (or 0x6E927E) is unknown color: approx Oxley. HEX triplet: 6E, 92 and 7E. RGB value is (110,146,126). Sum of RGB (Red+Green+Blue) = 110+146+126=382 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.80% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 146 - color contains mainly: green. Hex color #6E927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E927E is #916D81. Grayscale: #858585. Windows color (decimal): -9530754 or 8295022. OLE color: 8295022.

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

Color convert

RGB110146126-
CMYK0.2500.140.43
HSL146.67º14.17%50.2%-
HSV(B)146.67º24.66%57.25%-
XYZ20.4825.3823.56-
YUV132.96124.07111.63-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.80%
GREEN value IS 146 (57.42% from 255) = 38.22%
BLUE value IS 126 (49.61% from 255) = 32.98%
R=28.80%
G=38.22%
B=32.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1101461260.2500.140.43146.6714.1750.2
Hex6E927E190E2B93e32
Octal15622217631016532231662
Binary11011101001001011111101100101110101011100100111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E927E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,146,126); }

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

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

 a { background-color: rgb(110,146,126); }

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

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

 span { border-color: rgb(110,146,126); }

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