#6DBD7A

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

Shades of Fern #6DBD7A

Tints of Fern #6DBD7A

Color information

#6DBD7A (or 0x6DBD7A) is unknown color: approx Fern. HEX triplet: 6D, BD and 7A. RGB value is (109,189,122). Sum of RGB (Red+Green+Blue) = 109+189+122=420 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.95% from 420); Green value is 189 (74.22% from 255 or 45% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 189 - color contains mainly: green. Hex color #6DBD7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6DBD7A is #924285. Grayscale: #9D9D9D. Windows color (decimal): -9585286 or 8043885. OLE color: 8043885.

HSL color Cylindrical-coordinate representation of color #6DBD7A: hue angle of 129.75º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6DBD7A is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB109189122-
CMYK0.4200.350.26
HSL129.75º37.74%58.43%-
HSV(B)129.75º42.33%74.12%-
XYZ28.0241.0524.86-
YUV157.4410893.45-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.95%
GREEN value IS 189 (74.22% from 255) = 45%
BLUE value IS 122 (48.05% from 255) = 29.05%
R=25.95%
G=45%
B=29.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1091891220.4200.350.26129.7537.7458.43
Hex6DBD7A2A0231A82263a
Octal15527517252043322024672
Binary110110110111101111101010101001000111101010000010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DBD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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