#6FAE7C

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

Shades of Oxley #6FAE7C

Tints of Oxley #6FAE7C

Color information

#6FAE7C (or 0x6FAE7C) is unknown color: approx Oxley. HEX triplet: 6F, AE and 7C. RGB value is (111,174,124). Sum of RGB (Red+Green+Blue) = 111+174+124=409 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.14% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 174 - color contains mainly: green. Hex color #6FAE7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FAE7C is #905183. Grayscale: #959595. Windows color (decimal): -9458052 or 8171119. OLE color: 8171119.

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

Color convert

RGB111174124-
CMYK0.3600.290.32
HSL132.38º28%55.88%-
HSV(B)132.38º36.21%68.24%-
XYZ25.3335.1124.51-
YUV149.46113.63100.57-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.14%
GREEN value IS 174 (68.36% from 255) = 42.54%
BLUE value IS 124 (48.83% from 255) = 30.32%
R=27.14%
G=42.54%
B=30.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1111741240.3600.290.32132.382855.88
Hex6FAE7C2401D20841c38
Octal15725617444035402043470
Binary11011111010111011111001001000111011000001000010011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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