#6DA570

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

Shades of Oxley #6DA570

Tints of Oxley #6DA570

Color information

#6DA570 (or 0x6DA570) is unknown color: approx Oxley. HEX triplet: 6D, A5 and 70. RGB value is (109,165,112). Sum of RGB (Red+Green+Blue) = 109+165+112=386 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.24% from 386); Green value is 165 (64.84% from 255 or 42.75% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 165 - color contains mainly: green. Hex color #6DA570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DA570 is #925A8F. Grayscale: #8E8E8E. Windows color (decimal): -9591440 or 7382381. OLE color: 7382381.

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

Color convert

RGB109165112-
CMYK0.3400.320.35
HSL123.21º23.73%53.73%-
HSV(B)123.21º33.94%64.71%-
XYZ22.6931.3320.18-
YUV142.21110.95104.31-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.24%
GREEN value IS 165 (64.84% from 255) = 42.75%
BLUE value IS 112 (44.14% from 255) = 29.02%
R=28.24%
G=42.75%
B=29.02%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1091651120.3400.320.35123.2123.7353.73
Hex6DA57022020237b1836
Octal15524516042040431733066
Binary11011011010010111100001000100100000100011111101111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DA570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,165,112); }

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

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

 a { background-color: rgb(109,165,112); }

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

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

 span { border-color: rgb(109,165,112); }

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