#6DA87F

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

Shades of Oxley #6DA87F

Tints of Oxley #6DA87F

Color information

#6DA87F (or 0x6DA87F) is unknown color: approx Oxley. HEX triplet: 6D, A8 and 7F. RGB value is (109,168,127). Sum of RGB (Red+Green+Blue) = 109+168+127=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 127 (50% from 255 or 31.44% from 404); Max value from RGB is 168 - color contains mainly: green. Hex color #6DA87F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA87F is #925780. Grayscale: #919191. Windows color (decimal): -9590657 or 8366189. OLE color: 8366189.

HSL color Cylindrical-coordinate representation of color #6DA87F: hue angle of 138.31º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6DA87F is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.

Color convert

RGB109168127-
CMYK0.3500.240.34
HSL138.31º25.32%54.31%-
HSV(B)138.31º35.12%65.88%-
XYZ24.1432.7925.14-
YUV145.68117.45101.83-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.98%
GREEN value IS 168 (66.02% from 255) = 41.58%
BLUE value IS 127 (50% from 255) = 31.44%
R=26.98%
G=41.58%
B=31.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1091681270.3500.240.34138.3125.3254.31
Hex6DA87F23018228a1936
Octal15525017743030422123166
Binary11011011010100011111111000110110001000101000101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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