#6E9B7F

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

Shades of Oxley #6E9B7F

Tints of Oxley #6E9B7F

Color information

#6E9B7F (or 0x6E9B7F) is unknown color: approx Oxley. HEX triplet: 6E, 9B and 7F. RGB value is (110,155,127). Sum of RGB (Red+Green+Blue) = 110+155+127=392 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.06% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 155 - color contains mainly: green. Hex color #6E9B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9B7F is #916480. Grayscale: #8A8A8A. Windows color (decimal): -9528449 or 8362862. OLE color: 8362862.

HSL color Cylindrical-coordinate representation of color #6E9B7F: hue angle of 142.67º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E9B7F is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB110155127-
CMYK0.2900.180.39
HSL142.67º18.37%51.96%-
HSV(B)142.67º29.03%60.78%-
XYZ21.9828.2924.38-
YUV138.35121.59107.78-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.06%
GREEN value IS 155 (60.94% from 255) = 39.54%
BLUE value IS 127 (50% from 255) = 32.40%
R=28.06%
G=39.54%
B=32.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1101551270.2900.180.39142.6718.3751.96
Hex6E9B7F1D012278f1234
Octal15623317735022472172264
Binary1101110100110111111111111010100101001111000111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E9B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,155,127); }

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

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

 a { background-color: rgb(110,155,127); }

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

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

 span { border-color: rgb(110,155,127); }

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