#6DAA7C

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

Shades of Oxley #6DAA7C

Tints of Oxley #6DAA7C

Color information

#6DAA7C (or 0x6DAA7C) is unknown color: approx Oxley. HEX triplet: 6D, AA and 7C. RGB value is (109,170,124). Sum of RGB (Red+Green+Blue) = 109+170+124=403 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.05% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 170 - color contains mainly: green. Hex color #6DAA7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAA7C is #925583. Grayscale: #929292. Windows color (decimal): -9590148 or 8170093. OLE color: 8170093.

HSL color Cylindrical-coordinate representation of color #6DAA7C: hue angle of 134.75º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6DAA7C is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB109170124-
CMYK0.3600.270.33
HSL134.75º26.41%54.71%-
HSV(B)134.75º35.88%66.67%-
XYZ24.3233.4624.24-
YUV146.52115.29101.24-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.05%
GREEN value IS 170 (66.80% from 255) = 42.18%
BLUE value IS 124 (48.83% from 255) = 30.77%
R=27.05%
G=42.18%
B=30.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1091701240.3600.270.33134.7526.4154.71
Hex6DAA7C2401B21871a37
Octal15525217444033412073267
Binary11011011010101011111001001000110111000011000011111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,170,124); }

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

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

 a { background-color: rgb(109,170,124); }

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

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

 span { border-color: rgb(109,170,124); }

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