#65AA6A

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

Shades of Fern #65AA6A

Tints of Fern #65AA6A

Color information

#65AA6A (or 0x65AA6A) is unknown color: approx Fern. HEX triplet: 65, AA and 6A. RGB value is (101,170,106). Sum of RGB (Red+Green+Blue) = 101+170+106=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 170 (66.80% from 255 or 45.09% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 170 - color contains mainly: green. Hex color #65AA6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AA6A is #9A5595. Grayscale: #8E8E8E. Windows color (decimal): -10114454 or 6990437. OLE color: 6990437.

HSL color Cylindrical-coordinate representation of color #65AA6A: hue angle of 124.35º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65AA6A is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.33.

Color convert

RGB101170106-
CMYK0.4100.380.33
HSL124.35º28.87%53.14%-
HSV(B)124.35º40.59%66.67%-
XYZ22.3432.5618.74-
YUV142.07107.6498.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.79%
GREEN value IS 170 (66.80% from 255) = 45.09%
BLUE value IS 106 (41.80% from 255) = 28.12%
R=26.79%
G=45.09%
B=28.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011701060.4100.380.33124.3528.8753.14
Hex65AA6A29026217c1d35
Octal14525215251046411743565
Binary11001011010101011010101010010100110100001111110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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