#6DAC7F

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

Shades of Oxley #6DAC7F

Tints of Oxley #6DAC7F

Color information

#6DAC7F (or 0x6DAC7F) is unknown color: approx Oxley. HEX triplet: 6D, AC and 7F. RGB value is (109,172,127). Sum of RGB (Red+Green+Blue) = 109+172+127=408 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.72% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 172 - color contains mainly: green. Hex color #6DAC7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAC7F is #925380. Grayscale: #949494. Windows color (decimal): -9589633 or 8367213. OLE color: 8367213.

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

Color convert

RGB109172127-
CMYK0.3700.260.33
HSL137.14º27.51%55.1%-
HSV(B)137.14º36.63%67.45%-
XYZ24.8934.2925.39-
YUV148.03116.13100.16-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.72%
GREEN value IS 172 (67.58% from 255) = 42.16%
BLUE value IS 127 (50% from 255) = 31.13%
R=26.72%
G=42.16%
B=31.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1091721270.3700.260.33137.1427.5155.1
Hex6DAC7F2501A21891c37
Octal15525417745032412113467
Binary11011011010110011111111001010110101000011000100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,172,127); }

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

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

 a { background-color: rgb(109,172,127); }

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

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

 span { border-color: rgb(109,172,127); }

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