#6DA372

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

Shades of Oxley #6DA372

Tints of Oxley #6DA372

Color information

#6DA372 (or 0x6DA372) is unknown color: approx Oxley. HEX triplet: 6D, A3 and 72. RGB value is (109,163,114). Sum of RGB (Red+Green+Blue) = 109+163+114=386 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.24% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 114 (44.92% from 255 or 29.53% from 386); Max value from RGB is 163 - color contains mainly: green. Hex color #6DA372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA372 is #925C8D. Grayscale: #8D8D8D. Windows color (decimal): -9591950 or 7512941. OLE color: 7512941.

HSL color Cylindrical-coordinate representation of color #6DA372: hue angle of 125.56º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6DA372 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB109163114-
CMYK0.3300.300.36
HSL125.56º22.69%53.33%-
HSV(B)125.56º33.13%63.92%-
XYZ22.4430.6620.65-
YUV141.27112.61104.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.24%
GREEN value IS 163 (64.06% from 255) = 42.23%
BLUE value IS 114 (44.92% from 255) = 29.53%
R=28.24%
G=42.23%
B=29.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1091631140.3300.300.36125.5622.6953.33
Hex6DA3722101E247e1735
Octal15524316241036441762765
Binary1101101101000111110010100001011110100100111111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,163,114); }

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

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

 a { background-color: rgb(109,163,114); }

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

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

 span { border-color: rgb(109,163,114); }

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