#6DAF65

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

Shades of Fern #6DAF65

Tints of Fern #6DAF65

Color information

#6DAF65 (or 0x6DAF65) is unknown color: approx Fern. HEX triplet: 6D, AF and 65. RGB value is (109,175,101). Sum of RGB (Red+Green+Blue) = 109+175+101=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #6DAF65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6DAF65 is #92509A. Grayscale: #939393. Windows color (decimal): -9588891 or 6664045. OLE color: 6664045.

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

Color convert

RGB109175101-
CMYK0.3800.420.31
HSL113.51º31.62%54.12%-
HSV(B)113.51º42.29%68.63%-
XYZ23.9934.8517.77-
YUV146.83102.13101.02-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.31%
GREEN value IS 175 (68.75% from 255) = 45.45%
BLUE value IS 101 (39.84% from 255) = 26.23%
R=28.31%
G=45.45%
B=26.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1091751010.3800.420.31113.5131.6254.12
Hex6DAF652602A1F722036
Octal15525714546052371624066
Binary11011011010111111001011001100101010111111110010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,175,101); }

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

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

 a { background-color: rgb(109,175,101); }

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

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

 span { border-color: rgb(109,175,101); }

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