#65AE72

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

Shades of Fern #65AE72

Tints of Fern #65AE72

Color information

#65AE72 (or 0x65AE72) is unknown color: approx Fern. HEX triplet: 65, AE and 72. RGB value is (101,174,114). Sum of RGB (Red+Green+Blue) = 101+174+114=389 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.96% from 389); Green value is 174 (68.36% from 255 or 44.73% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 174 - color contains mainly: green. Hex color #65AE72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AE72 is #9A518D. Grayscale: #919191. Windows color (decimal): -10113422 or 7515749. OLE color: 7515749.

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

Color convert

RGB101174114-
CMYK0.4200.340.32
HSL130.68º31.06%53.92%-
HSV(B)130.68º41.95%68.24%-
XYZ23.5434.2521.29-
YUV145.33110.3296.38-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.96%
GREEN value IS 174 (68.36% from 255) = 44.73%
BLUE value IS 114 (44.92% from 255) = 29.31%
R=25.96%
G=44.73%
B=29.31%

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
Decimal1011741140.4200.340.32130.6831.0653.92
Hex65AE722A02220831f36
Octal14525616252042402033766
Binary110010110101110111001010101001000101000001000001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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