#6DB16A

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

Shades of Fern #6DB16A

Tints of Fern #6DB16A

Color information

#6DB16A (or 0x6DB16A) is unknown color: approx Fern. HEX triplet: 6D, B1 and 6A. RGB value is (109,177,106). Sum of RGB (Red+Green+Blue) = 109+177+106=392 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.81% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 106 (41.80% from 255 or 27.04% from 392); Max value from RGB is 177 - color contains mainly: green. Hex color #6DB16A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DB16A is #924E95. Grayscale: #949494. Windows color (decimal): -9588374 or 6992237. OLE color: 6992237.

HSL color Cylindrical-coordinate representation of color #6DB16A: hue angle of 117.46º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6DB16A is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB109177106-
CMYK0.3800.400.31
HSL117.46º31.28%55.49%-
HSV(B)117.46º40.11%69.41%-
XYZ24.6335.7419.24-
YUV148.57103.9799.77-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.81%
GREEN value IS 177 (69.53% from 255) = 45.15%
BLUE value IS 106 (41.80% from 255) = 27.04%
R=27.81%
G=45.15%
B=27.04%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1091771060.3800.400.31117.4631.2855.49
Hex6DB16A260281F751f37
Octal15526115246050371653767
Binary1101101101100011101010100110010100011111111010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,177,106); }

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

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

 a { background-color: rgb(109,177,106); }

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

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

 span { border-color: rgb(109,177,106); }

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