#6DAD7A

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

Shades of Oxley #6DAD7A

Tints of Oxley #6DAD7A

Color information

#6DAD7A (or 0x6DAD7A) is unknown color: approx Oxley. HEX triplet: 6D, AD and 7A. RGB value is (109,173,122). Sum of RGB (Red+Green+Blue) = 109+173+122=404 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.98% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 173 - color contains mainly: green. Hex color #6DAD7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAD7A is #925285. Grayscale: #949494. Windows color (decimal): -9589382 or 8039789. OLE color: 8039789.

HSL color Cylindrical-coordinate representation of color #6DAD7A: hue angle of 132.19º 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 #6DAD7A is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB109173122-
CMYK0.3700.290.32
HSL132.19º28.07%55.29%-
HSV(B)132.19º36.99%67.84%-
XYZ24.7634.5423.77-
YUV148.05113.3100.15-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.98%
GREEN value IS 173 (67.97% from 255) = 42.82%
BLUE value IS 122 (48.05% from 255) = 30.20%
R=26.98%
G=42.82%
B=30.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1091731220.3700.290.32132.1928.0755.29
Hex6DAD7A2501D20841c37
Octal15525517245035402043467
Binary11011011010110111110101001010111011000001000010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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