#65B376

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

Shades of Fern #65B376

Tints of Fern #65B376

Color information

#65B376 (or 0x65B376) is unknown color: approx Fern. HEX triplet: 65, B3 and 76. RGB value is (101,179,118). Sum of RGB (Red+Green+Blue) = 101+179+118=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 179 - color contains mainly: green. Hex color #65B376 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B376 is #9A4C89. Grayscale: #949494. Windows color (decimal): -10112138 or 7779173. OLE color: 7779173.

HSL color Cylindrical-coordinate representation of color #65B376: hue angle of 133.08º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65B376 is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB101179118-
CMYK0.4400.340.30
HSL133.08º33.91%54.9%-
HSV(B)133.08º43.58%70.2%-
XYZ24.7636.3122.84-
YUV148.72110.6693.96-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.38%
GREEN value IS 179 (70.31% from 255) = 44.97%
BLUE value IS 118 (46.48% from 255) = 29.65%
R=25.38%
G=44.97%
B=29.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1011791180.4400.340.30133.0833.9154.9
Hex65B3762C0221E852237
Octal14526316654042362054267
Binary110010110110011111011010110001000101111010000101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,179,118); }

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

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

 a { background-color: rgb(101,179,118); }

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

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

 span { border-color: rgb(101,179,118); }

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