#65AE68

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

Shades of Fern #65AE68

Tints of Fern #65AE68

Color information

#65AE68 (or 0x65AE68) is unknown color: approx Fern. HEX triplet: 65, AE and 68. RGB value is (101,174,104). Sum of RGB (Red+Green+Blue) = 101+174+104=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 174 (68.36% from 255 or 45.91% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 174 - color contains mainly: green. Hex color #65AE68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AE68 is #9A5197. Grayscale: #909090. Windows color (decimal): -10113432 or 6860389. OLE color: 6860389.

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

Color convert

RGB101174104-
CMYK0.4200.400.32
HSL122.47º31.06%53.92%-
HSV(B)122.47º41.95%68.24%-
XYZ2334.0418.45-
YUV144.19105.3297.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.65%
GREEN value IS 174 (68.36% from 255) = 45.91%
BLUE value IS 104 (41.02% from 255) = 27.44%
R=26.65%
G=45.91%
B=27.44%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1011741040.4200.400.32122.4731.0653.92
Hex65AE682A028207a1f36
Octal14525615052050401723766
Binary11001011010111011010001010100101000100000111101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AE68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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