#6EAB7F

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

Shades of Oxley #6EAB7F

Tints of Oxley #6EAB7F

Color information

#6EAB7F (or 0x6EAB7F) is unknown color: approx Oxley. HEX triplet: 6E, AB and 7F. RGB value is (110,171,127). Sum of RGB (Red+Green+Blue) = 110+171+127=408 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.96% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 171 - color contains mainly: green. Hex color #6EAB7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EAB7F is #915480. Grayscale: #939393. Windows color (decimal): -9524353 or 8366958. OLE color: 8366958.

HSL color Cylindrical-coordinate representation of color #6EAB7F: hue angle of 136.72º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6EAB7F is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB110171127-
CMYK0.3600.260.33
HSL136.72º26.64%55.1%-
HSV(B)136.72º35.67%67.06%-
XYZ24.8233.9725.33-
YUV147.74116.29101.08-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.96%
GREEN value IS 171 (67.19% from 255) = 41.91%
BLUE value IS 127 (50% from 255) = 31.13%
R=26.96%
G=41.91%
B=31.13%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101711270.3600.260.33136.7226.6455.1
Hex6EAB7F2401A21891b37
Octal15625317744032412113367
Binary11011101010101111111111001000110101000011000100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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