#65B461

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

Shades of Fern #65B461

Tints of Fern #65B461

Color information

#65B461 (or 0x65B461) is unknown color: approx Fern. HEX triplet: 65, B4 and 61. RGB value is (101,180,97). Sum of RGB (Red+Green+Blue) = 101+180+97=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 180 (70.70% from 255 or 47.62% from 378); Blue value is 97 (38.28% from 255 or 25.66% from 378); Max value from RGB is 180 - color contains mainly: green. Hex color #65B461 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B461 is #9A4B9E. Grayscale: #939393. Windows color (decimal): -10111903 or 6403173. OLE color: 6403173.

HSL color Cylindrical-coordinate representation of color #65B461: hue angle of 117.11º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65B461 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB10118097-
CMYK0.4400.460.29
HSL117.11º35.62%54.31%-
HSV(B)117.11º46.11%70.59%-
XYZ23.8536.2717.05-
YUV146.9299.8395.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.72%
GREEN value IS 180 (70.70% from 255) = 47.62%
BLUE value IS 97 (38.28% from 255) = 25.66%
R=26.72%
G=47.62%
B=25.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal101180970.4400.460.29117.1135.6254.31
Hex65B4612C02E1D752436
Octal14526414154056351654466
Binary11001011011010011000011011000101110111011110101100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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