#6EA579

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

Shades of Oxley #6EA579

Tints of Oxley #6EA579

Color information

#6EA579 (or 0x6EA579) is unknown color: approx Oxley. HEX triplet: 6E, A5 and 79. RGB value is (110,165,121). Sum of RGB (Red+Green+Blue) = 110+165+121=396 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.78% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 121 (47.66% from 255 or 30.56% from 396); Max value from RGB is 165 - color contains mainly: green. Hex color #6EA579 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA579 is #915A86. Grayscale: #8F8F8F. Windows color (decimal): -9525895 or 7972206. OLE color: 7972206.

HSL color Cylindrical-coordinate representation of color #6EA579: hue angle of 132º degrees, saturation: 0.23, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6EA579 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB110165121-
CMYK0.3300.270.35
HSL132º23.4%53.92%-
HSV(B)132º33.33%64.71%-
XYZ23.3431.6122.96-
YUV143.54115.28104.08-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.78%
GREEN value IS 165 (64.84% from 255) = 41.67%
BLUE value IS 121 (47.66% from 255) = 30.56%
R=27.78%
G=41.67%
B=30.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1101651210.3300.270.3513223.453.92
Hex6EA5792101B23841736
Octal15624517141033432042766
Binary11011101010010111110011000010110111000111000010010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,165,121); }

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

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

 a { background-color: rgb(110,165,121); }

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

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

 span { border-color: rgb(110,165,121); }

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