#6DAD79

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

Shades of Oxley #6DAD79

Tints of Oxley #6DAD79

Color information

#6DAD79 (or 0x6DAD79) is unknown color: approx Oxley. HEX triplet: 6D, AD and 79. RGB value is (109,173,121). Sum of RGB (Red+Green+Blue) = 109+173+121=403 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.05% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 173 - color contains mainly: green. Hex color #6DAD79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAD79 is #925286. Grayscale: #949494. Windows color (decimal): -9589383 or 7974253. OLE color: 7974253.

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

Color convert

RGB109173121-
CMYK0.3700.300.32
HSL131.25º28.07%55.29%-
HSV(B)131.25º36.99%67.84%-
XYZ24.734.5223.45-
YUV147.94112.8100.23-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.05%
GREEN value IS 173 (67.97% from 255) = 42.93%
BLUE value IS 121 (47.66% from 255) = 30.02%
R=27.05%
G=42.93%
B=30.02%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1091731210.3700.300.32131.2528.0755.29
Hex6DAD792501E20831c37
Octal15525517145036402033467
Binary11011011010110111110011001010111101000001000001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,173,121); }

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

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

 a { background-color: rgb(109,173,121); }

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

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

 span { border-color: rgb(109,173,121); }

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