#65AC76

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

Shades of Fern #65AC76

Tints of Fern #65AC76

Color information

#65AC76 (or 0x65AC76) is unknown color: approx Fern. HEX triplet: 65, AC and 76. RGB value is (101,172,118). Sum of RGB (Red+Green+Blue) = 101+172+118=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 172 (67.58% from 255 or 43.99% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 172 - color contains mainly: green. Hex color #65AC76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AC76 is #9A5389. Grayscale: #909090. Windows color (decimal): -10113930 or 7777381. OLE color: 7777381.

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

Color convert

RGB101172118-
CMYK0.4100.310.33
HSL134.37º29.96%53.53%-
HSV(B)134.37º41.28%67.45%-
XYZ23.3933.5822.39-
YUV144.62112.9896.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.83%
GREEN value IS 172 (67.58% from 255) = 43.99%
BLUE value IS 118 (46.48% from 255) = 30.18%
R=25.83%
G=43.99%
B=30.18%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011721180.4100.310.33134.3729.9653.53
Hex65AC762901F21861e36
Octal14525416651037412063666
Binary11001011010110011101101010010111111000011000011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,172,118); }

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

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

 a { background-color: rgb(101,172,118); }

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

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

 span { border-color: rgb(101,172,118); }

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