#65AC61

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

Shades of Fern #65AC61

Tints of Fern #65AC61

Color information

#65AC61 (or 0x65AC61) is unknown color: approx Fern. HEX triplet: 65, AC and 61. RGB value is (101,172,97). Sum of RGB (Red+Green+Blue) = 101+172+97=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 97 (38.28% from 255 or 26.22% from 370); Max value from RGB is 172 - color contains mainly: green. Hex color #65AC61 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AC61 is #9A539E. Grayscale: #8E8E8E. Windows color (decimal): -10113951 or 6401125. OLE color: 6401125.

HSL color Cylindrical-coordinate representation of color #65AC61: hue angle of 116.8º 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 #65AC61 is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB10117297-
CMYK0.4100.440.33
HSL116.8º31.12%52.75%-
HSV(B)116.8º43.6%67.45%-
XYZ22.2833.1316.53-
YUV142.22102.4898.6-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.30%
GREEN value IS 172 (67.58% from 255) = 46.49%
BLUE value IS 97 (38.28% from 255) = 26.22%
R=27.30%
G=46.49%
B=26.22%

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
Decimal101172970.4100.440.33116.831.1252.75
Hex65AC612902C21751f35
Octal14525414151054411653765
Binary11001011010110011000011010010101100100001111010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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