#6E8E7B

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

Shades of Oxley #6E8E7B

Tints of Oxley #6E8E7B

Color information

#6E8E7B (or 0x6E8E7B) is unknown color: approx Oxley. HEX triplet: 6E, 8E and 7B. RGB value is (110,142,123). Sum of RGB (Red+Green+Blue) = 110+142+123=375 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.33% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 142 - color contains mainly: green. Hex color #6E8E7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8E7B is #917184. Grayscale: #828282. Windows color (decimal): -9531781 or 8097390. OLE color: 8097390.

HSL color Cylindrical-coordinate representation of color #6E8E7B: hue angle of 144.38º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E8E7B is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB110142123-
CMYK0.2300.130.44
HSL144.38º12.7%49.41%-
HSV(B)144.38º22.54%55.69%-
XYZ19.6824.0922.35-
YUV130.27123.9113.54-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.33%
GREEN value IS 142 (55.86% from 255) = 37.87%
BLUE value IS 123 (48.44% from 255) = 32.8%
R=29.33%
G=37.87%
B=32.8%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1101421230.2300.130.44144.3812.749.41
Hex6E8E7B170D2C90d31
Octal15621617327015542201561
Binary11011101000111011110111011101101101100100100001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,142,123); }

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

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

 a { background-color: rgb(110,142,123); }

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

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

 span { border-color: rgb(110,142,123); }

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