#65AC60

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

Shades of Fern #65AC60

Tints of Fern #65AC60

Color information

#65AC60 (or 0x65AC60) is unknown color: approx Fern. HEX triplet: 65, AC and 60. RGB value is (101,172,96). Sum of RGB (Red+Green+Blue) = 101+172+96=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 172 (67.58% from 255 or 46.61% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 172 - color contains mainly: green. Hex color #65AC60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AC60 is #9A539F. Grayscale: #8E8E8E. Windows color (decimal): -10113952 or 6335589. OLE color: 6335589.

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

Color convert

RGB10117296-
CMYK0.4100.440.33
HSL116.05º31.4%52.55%-
HSV(B)116.05º44.19%67.45%-
XYZ22.2333.1216.29-
YUV142.11101.9898.68-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.37%
GREEN value IS 172 (67.58% from 255) = 46.61%
BLUE value IS 96 (37.89% from 255) = 26.02%
R=27.37%
G=46.61%
B=26.02%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101172960.4100.440.33116.0531.452.55
Hex65AC602902C21741f35
Octal14525414051054411643765
Binary11001011010110011000001010010101100100001111010011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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