#65B661

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

Shades of Fern #65B661

Tints of Fern #65B661

Color information

#65B661 (or 0x65B661) is unknown color: approx Fern. HEX triplet: 65, B6 and 61. RGB value is (101,182,97). Sum of RGB (Red+Green+Blue) = 101+182+97=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 182 (71.48% from 255 or 47.89% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 182 - color contains mainly: green. Hex color #65B661 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B661 is #9A499E. Grayscale: #949494. Windows color (decimal): -10111391 or 6403685. OLE color: 6403685.

HSL color Cylindrical-coordinate representation of color #65B661: hue angle of 117.18º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65B661 is Cyan = 0.45, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB10118297-
CMYK0.4500.470.29
HSL117.18º36.8%54.71%-
HSV(B)117.18º46.7%71.37%-
XYZ24.2537.0917.19-
YUV148.0999.1694.41-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.58%
GREEN value IS 182 (71.48% from 255) = 47.89%
BLUE value IS 97 (38.28% from 255) = 25.53%
R=26.58%
G=47.89%
B=25.53%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal101182970.4500.470.29117.1836.854.71
Hex65B6612D02F1D752537
Octal14526614155057351654567
Binary11001011011011011000011011010101111111011110101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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