#65AA6F

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

Shades of Fern #65AA6F

Tints of Fern #65AA6F

Color information

#65AA6F (or 0x65AA6F) is unknown color: approx Fern. HEX triplet: 65, AA and 6F. RGB value is (101,170,111). Sum of RGB (Red+Green+Blue) = 101+170+111=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 170 (66.80% from 255 or 44.50% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 170 - color contains mainly: green. Hex color #65AA6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AA6F is #9A5590. Grayscale: #8E8E8E. Windows color (decimal): -10114449 or 7318117. OLE color: 7318117.

HSL color Cylindrical-coordinate representation of color #65AA6F: hue angle of 128.7º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65AA6F is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB101170111-
CMYK0.4100.350.33
HSL128.7º28.87%53.14%-
HSV(B)128.7º40.59%66.67%-
XYZ22.6132.6620.15-
YUV142.64110.1498.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.44%
GREEN value IS 170 (66.80% from 255) = 44.50%
BLUE value IS 111 (43.75% from 255) = 29.06%
R=26.44%
G=44.50%
B=29.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011701110.4100.350.33128.728.8753.14
Hex65AA6F2902321811d35
Octal14525215751043412013565
Binary110010110101010110111110100101000111000011000000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65AA6F; }

 p { color: rgb(101,170,111); }

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

<style>
 a { background-color: #65AA6F; }

 a { background-color: rgb(101,170,111); }

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

<style>
 span { border-color: #65AA6F; }

 span { border-color: rgb(101,170,111); }

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