#65AE73

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

Shades of Fern #65AE73

Tints of Fern #65AE73

Color information

#65AE73 (or 0x65AE73) is unknown color: approx Fern. HEX triplet: 65, AE and 73. RGB value is (101,174,115). Sum of RGB (Red+Green+Blue) = 101+174+115=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 174 (68.36% from 255 or 44.62% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 174 - color contains mainly: green. Hex color #65AE73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AE73 is #9A518C. Grayscale: #919191. Windows color (decimal): -10113421 or 7581285. OLE color: 7581285.

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

Color convert

RGB101174115-
CMYK0.4200.340.32
HSL131.51º31.06%53.92%-
HSV(B)131.51º41.95%68.24%-
XYZ23.634.2821.59-
YUV145.45110.8296.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.90%
GREEN value IS 174 (68.36% from 255) = 44.62%
BLUE value IS 115 (45.31% from 255) = 29.49%
R=25.90%
G=44.62%
B=29.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1011741150.4200.340.32131.5131.0653.92
Hex65AE732A02220841f36
Octal14525616352042402043766
Binary110010110101110111001110101001000101000001000010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,174,115); }

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

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

 a { background-color: rgb(101,174,115); }

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

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

 span { border-color: rgb(101,174,115); }

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