#65B96C

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

Shades of Fern #65B96C

Tints of Fern #65B96C

Color information

#65B96C (or 0x65B96C) is unknown color: approx Fern. HEX triplet: 65, B9 and 6C. RGB value is (101,185,108). Sum of RGB (Red+Green+Blue) = 101+185+108=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 185 (72.66% from 255 or 46.95% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 185 - color contains mainly: green. Hex color #65B96C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B96C is #9A4693. Grayscale: #979797. Windows color (decimal): -10110612 or 7125349. OLE color: 7125349.

HSL color Cylindrical-coordinate representation of color #65B96C: hue angle of 125º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65B96C is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB101185108-
CMYK0.4500.420.27
HSL125º37.5%56.08%-
HSV(B)125º45.41%72.55%-
XYZ25.4238.5520.29-
YUV151.11103.6792.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.63%
GREEN value IS 185 (72.66% from 255) = 46.95%
BLUE value IS 108 (42.58% from 255) = 27.41%
R=25.63%
G=46.95%
B=27.41%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1011851080.4500.420.2712537.556.08
Hex65B96C2D02A1B7d2638
Octal14527115455052331754670
Binary11001011011100111011001011010101010110111111101100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B96C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,185,108); }

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

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

 a { background-color: rgb(101,185,108); }

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

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

 span { border-color: rgb(101,185,108); }

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