#65A973

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

Shades of Fern #65A973

Tints of Fern #65A973

Color information

#65A973 (or 0x65A973) is unknown color: approx Fern. HEX triplet: 65, A9 and 73. RGB value is (101,169,115). Sum of RGB (Red+Green+Blue) = 101+169+115=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 169 (66.41% from 255 or 43.90% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 169 - color contains mainly: green. Hex color #65A973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A973 is #9A568C. Grayscale: #8E8E8E. Windows color (decimal): -10114701 or 7580005. OLE color: 7580005.

HSL color Cylindrical-coordinate representation of color #65A973: hue angle of 132.35º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65A973 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB101169115-
CMYK0.4000.320.34
HSL132.35º28.33%52.94%-
HSV(B)132.35º40.24%66.27%-
XYZ22.6532.3821.28-
YUV142.51112.4798.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.23%
GREEN value IS 169 (66.41% from 255) = 43.90%
BLUE value IS 115 (45.31% from 255) = 29.87%
R=26.23%
G=43.90%
B=29.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1011691150.4000.320.34132.3528.3352.94
Hex65A9732802022841c35
Octal14525116350040422043465
Binary110010110101001111001110100001000001000101000010011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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