#6E917D

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

Shades of Oxley #6E917D

Tints of Oxley #6E917D

Color information

#6E917D (or 0x6E917D) is unknown color: approx Oxley. HEX triplet: 6E, 91 and 7D. RGB value is (110,145,125). Sum of RGB (Red+Green+Blue) = 110+145+125=380 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.95% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 145 - color contains mainly: green. Hex color #6E917D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E917D is #916E82. Grayscale: #848484. Windows color (decimal): -9531011 or 8229230. OLE color: 8229230.

HSL color Cylindrical-coordinate representation of color #6E917D: hue angle of 145.71º 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 #6E917D is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB110145125-
CMYK0.2400.140.43
HSL145.71º13.73%50%-
HSV(B)145.71º24.14%56.86%-
XYZ20.2625.0523.17-
YUV132.26123.9112.13-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.95%
GREEN value IS 145 (57.03% from 255) = 38.16%
BLUE value IS 125 (49.22% from 255) = 32.89%
R=28.95%
G=38.16%
B=32.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1101451250.2400.140.43145.7113.7350
Hex6E917D180E2B92e32
Octal15622117530016532221662
Binary11011101001000111111011100001110101011100100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,145,125); }

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

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

 a { background-color: rgb(110,145,125); }

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

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

 span { border-color: rgb(110,145,125); }

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