#6DAD70

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

Shades of Fern #6DAD70

Tints of Fern #6DAD70

Color information

#6DAD70 (or 0x6DAD70) is unknown color: approx Fern. HEX triplet: 6D, AD and 70. RGB value is (109,173,112). Sum of RGB (Red+Green+Blue) = 109+173+112=394 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.66% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 173 - color contains mainly: green. Hex color #6DAD70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAD70 is #92528F. Grayscale: #939393. Windows color (decimal): -9589392 or 7384429. OLE color: 7384429.

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

Color convert

RGB109173112-
CMYK0.3700.350.32
HSL122.81º28.07%55.29%-
HSV(B)122.81º36.99%67.84%-
XYZ24.1734.3120.68-
YUV146.91108.3100.96-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.66%
GREEN value IS 173 (67.97% from 255) = 43.91%
BLUE value IS 112 (44.14% from 255) = 28.43%
R=27.66%
G=43.91%
B=28.43%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1091731120.3700.350.32122.8128.0755.29
Hex6DAD7025023207b1c37
Octal15525516045043401733467
Binary11011011010110111100001001010100011100000111101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAD70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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