#6DA17D

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

Shades of Oxley #6DA17D

Tints of Oxley #6DA17D

Color information

#6DA17D (or 0x6DA17D) is unknown color: approx Oxley. HEX triplet: 6D, A1 and 7D. RGB value is (109,161,125). Sum of RGB (Red+Green+Blue) = 109+161+125=395 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.59% from 395); Green value is 161 (63.28% from 255 or 40.76% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 161 - color contains mainly: green. Hex color #6DA17D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA17D is #925E82. Grayscale: #8D8D8D. Windows color (decimal): -9592451 or 8233325. OLE color: 8233325.

HSL color Cylindrical-coordinate representation of color #6DA17D: hue angle of 138.46º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6DA17D is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB109161125-
CMYK0.3200.220.37
HSL138.46º21.67%52.94%-
HSV(B)138.46º32.3%63.14%-
XYZ22.7530.2224.04-
YUV141.35118.77104.93-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.59%
GREEN value IS 161 (63.28% from 255) = 40.76%
BLUE value IS 125 (49.22% from 255) = 31.65%
R=27.59%
G=40.76%
B=31.65%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1091611250.3200.220.37138.4621.6752.94
Hex6DA17D20016258a1635
Octal15524117540026452122665
Binary11011011010000111111011000000101101001011000101010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,161,125); }

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

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

 a { background-color: rgb(109,161,125); }

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

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

 span { border-color: rgb(109,161,125); }

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