#6EA976

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

Shades of Oxley #6EA976

Tints of Oxley #6EA976

Color information

#6EA976 (or 0x6EA976) is unknown color: approx Oxley. HEX triplet: 6E, A9 and 76. RGB value is (110,169,118). Sum of RGB (Red+Green+Blue) = 110+169+118=397 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.71% from 397); Green value is 169 (66.41% from 255 or 42.57% from 397); Blue value is 118 (46.48% from 255 or 29.72% from 397); Max value from RGB is 169 - color contains mainly: green. Hex color #6EA976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA976 is #915689. Grayscale: #919191. Windows color (decimal): -9524874 or 7776622. OLE color: 7776622.

HSL color Cylindrical-coordinate representation of color #6EA976: hue angle of 128.14º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6EA976 is Cyan = 0.35, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB110169118-
CMYK0.3500.300.34
HSL128.14º25.54%54.71%-
HSV(B)128.14º34.91%66.27%-
XYZ23.893322.25-
YUV145.54112.45102.65-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.71%
GREEN value IS 169 (66.41% from 255) = 42.57%
BLUE value IS 118 (46.48% from 255) = 29.72%
R=27.71%
G=42.57%
B=29.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1101691180.3500.300.34128.1425.5454.71
Hex6EA9762301E22801a37
Octal15625116643036422003267
Binary11011101010100111101101000110111101000101000000011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EA976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,169,118); }

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

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

 a { background-color: rgb(110,169,118); }

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

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

 span { border-color: rgb(110,169,118); }

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