#6EA478

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

Shades of Oxley #6EA478

Tints of Oxley #6EA478

Color information

#6EA478 (or 0x6EA478) is unknown color: approx Oxley. HEX triplet: 6E, A4 and 78. RGB value is (110,164,120). Sum of RGB (Red+Green+Blue) = 110+164+120=394 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.92% from 394); Green value is 164 (64.45% from 255 or 41.62% from 394); Blue value is 120 (47.27% from 255 or 30.46% from 394); Max value from RGB is 164 - color contains mainly: green. Hex color #6EA478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA478 is #915B87. Grayscale: #8E8E8E. Windows color (decimal): -9526152 or 7906414. OLE color: 7906414.

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

Color convert

RGB110164120-
CMYK0.3300.270.36
HSL131.11º22.88%53.73%-
HSV(B)131.11º32.93%64.31%-
XYZ23.131.2222.58-
YUV142.84115.11104.58-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.92%
GREEN value IS 164 (64.45% from 255) = 41.62%
BLUE value IS 120 (47.27% from 255) = 30.46%
R=27.92%
G=41.62%
B=30.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1101641200.3300.270.36131.1122.8853.73
Hex6EA4782101B24831736
Octal15624417041033442032766
Binary11011101010010011110001000010110111001001000001110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,164,120); }

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

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

 a { background-color: rgb(110,164,120); }

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

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

 span { border-color: rgb(110,164,120); }

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