#65AF6E

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

Shades of Fern #65AF6E

Tints of Fern #65AF6E

Color information

#65AF6E (or 0x65AF6E) is unknown color: approx Fern. HEX triplet: 65, AF and 6E. RGB value is (101,175,110). Sum of RGB (Red+Green+Blue) = 101+175+110=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AF6E is #9A5091. Grayscale: #919191. Windows color (decimal): -10113170 or 7253861. OLE color: 7253861.

HSL color Cylindrical-coordinate representation of color #65AF6E: hue angle of 127.3º 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 #65AF6E is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB101175110-
CMYK0.4200.370.31
HSL127.3º31.62%54.12%-
HSV(B)127.3º42.29%68.63%-
XYZ23.5134.5520.18-
YUV145.46107.9896.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.17%
GREEN value IS 175 (68.75% from 255) = 45.34%
BLUE value IS 110 (43.36% from 255) = 28.50%
R=26.17%
G=45.34%
B=28.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011751100.4200.370.31127.331.6254.12
Hex65AF6E2A0251F7f2036
Octal14525715652045371774066
Binary11001011010111111011101010100100101111111111111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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