#69A47E

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

Shades of Oxley #69A47E

Tints of Oxley #69A47E

Color information

#69A47E (or 0x69A47E) is unknown color: approx Oxley. HEX triplet: 69, A4 and 7E. RGB value is (105,164,126). Sum of RGB (Red+Green+Blue) = 105+164+126=395 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.58% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 164 - color contains mainly: green. Hex color #69A47E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A47E is #965B81. Grayscale: #8E8E8E. Windows color (decimal): -9853826 or 8299625. OLE color: 8299625.

HSL color Cylindrical-coordinate representation of color #69A47E: hue angle of 141.36º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #69A47E is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB105164126-
CMYK0.3600.230.36
HSL141.36º24.48%52.75%-
HSV(B)141.36º35.98%64.31%-
XYZ22.8731.0624.53-
YUV142.03118.95101.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.58%
GREEN value IS 164 (64.45% from 255) = 41.52%
BLUE value IS 126 (49.61% from 255) = 31.90%
R=26.58%
G=41.52%
B=31.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1051641260.3600.230.36141.3624.4852.75
Hex69A47E24017248d1835
Octal15124417644027442153065
Binary11010011010010011111101001000101111001001000110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69A47E; }

 p { color: rgb(105,164,126); }

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

<style>
 a { background-color: #69A47E; }

 a { background-color: rgb(105,164,126); }

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

<style>
 span { border-color: #69A47E; }

 span { border-color: rgb(105,164,126); }

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