#6EAD79

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

Shades of Oxley #6EAD79

Tints of Oxley #6EAD79

Color information

#6EAD79 (or 0x6EAD79) is unknown color: approx Oxley. HEX triplet: 6E, AD and 79. RGB value is (110,173,121). Sum of RGB (Red+Green+Blue) = 110+173+121=404 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.23% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 173 - color contains mainly: green. Hex color #6EAD79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EAD79 is #915286. Grayscale: #949494. Windows color (decimal): -9523847 or 7974254. OLE color: 7974254.

HSL color Cylindrical-coordinate representation of color #6EAD79: hue angle of 130.48º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6EAD79 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB110173121-
CMYK0.3600.300.32
HSL130.48º27.75%55.49%-
HSV(B)130.48º36.42%67.84%-
XYZ24.8334.5823.46-
YUV148.23112.63100.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.23%
GREEN value IS 173 (67.97% from 255) = 42.82%
BLUE value IS 121 (47.66% from 255) = 29.95%
R=27.23%
G=42.82%
B=29.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1101731210.3600.300.32130.4827.7555.49
Hex6EAD792401E20821c37
Octal15625517144036402023467
Binary11011101010110111110011001000111101000001000001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6EAD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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