#6EA479

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

Shades of Oxley #6EA479

Tints of Oxley #6EA479

Color information

#6EA479 (or 0x6EA479) is unknown color: approx Oxley. HEX triplet: 6E, A4 and 79. RGB value is (110,164,121). Sum of RGB (Red+Green+Blue) = 110+164+121=395 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.85% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 164 - color contains mainly: green. Hex color #6EA479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA479 is #915B86. Grayscale: #8F8F8F. Windows color (decimal): -9526151 or 7971950. OLE color: 7971950.

HSL color Cylindrical-coordinate representation of color #6EA479: hue angle of 132.22º 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 #6EA479 is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB110164121-
CMYK0.3300.260.36
HSL132.22º22.88%53.73%-
HSV(B)132.22º32.93%64.31%-
XYZ23.1631.2522.9-
YUV142.95115.61104.5-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.85%
GREEN value IS 164 (64.45% from 255) = 41.52%
BLUE value IS 121 (47.66% from 255) = 30.63%
R=27.85%
G=41.52%
B=30.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1101641210.3300.260.36132.2222.8853.73
Hex6EA4792101A24841736
Octal15624417141032442042766
Binary11011101010010011110011000010110101001001000010010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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