#6FAE7E

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

Shades of Oxley #6FAE7E

Tints of Oxley #6FAE7E

Color information

#6FAE7E (or 0x6FAE7E) is unknown color: approx Oxley. HEX triplet: 6F, AE and 7E. RGB value is (111,174,126). Sum of RGB (Red+Green+Blue) = 111+174+126=411 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.01% from 411); Green value is 174 (68.36% from 255 or 42.34% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 174 - color contains mainly: green. Hex color #6FAE7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAE7E is #905181. Grayscale: #959595. Windows color (decimal): -9458050 or 8302191. OLE color: 8302191.

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

Color convert

RGB111174126-
CMYK0.3600.280.32
HSL134.29º28%55.88%-
HSV(B)134.29º36.21%68.24%-
XYZ25.4635.1625.18-
YUV149.69114.63100.4-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.01%
GREEN value IS 174 (68.36% from 255) = 42.34%
BLUE value IS 126 (49.61% from 255) = 30.66%
R=27.01%
G=42.34%
B=30.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1111741260.3600.280.32134.292855.88
Hex6FAE7E2401C20861c38
Octal15725617644034402063470
Binary11011111010111011111101001000111001000001000011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,174,126); }

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

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

 a { background-color: rgb(111,174,126); }

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

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

 span { border-color: rgb(111,174,126); }

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