#65AE6A

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

Shades of Fern #65AE6A

Tints of Fern #65AE6A

Color information

#65AE6A (or 0x65AE6A) is unknown color: approx Fern. HEX triplet: 65, AE and 6A. RGB value is (101,174,106). Sum of RGB (Red+Green+Blue) = 101+174+106=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 174 - color contains mainly: green. Hex color #65AE6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AE6A is #9A5195. Grayscale: #909090. Windows color (decimal): -10113430 or 6991461. OLE color: 6991461.

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

Color convert

RGB101174106-
CMYK0.4200.390.32
HSL124.11º31.06%53.92%-
HSV(B)124.11º41.95%68.24%-
XYZ23.134.0819-
YUV144.42106.3297.03-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.51%
GREEN value IS 174 (68.36% from 255) = 45.67%
BLUE value IS 106 (41.80% from 255) = 27.82%
R=26.51%
G=45.67%
B=27.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1011741060.4200.390.32124.1131.0653.92
Hex65AE6A2A027207c1f36
Octal14525615252047401743766
Binary11001011010111011010101010100100111100000111110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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