#65b375

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

Shades of Fern #65B375

Tints of Fern #65B375

Color information

#65B375 (or 0x65B375) is unknown color: approx Fern. HEX triplet: 65, B3 and 75. RGB value is (101,179,117). Sum of RGB (Red+Green+Blue) = 101+179+117=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 179 - color contains mainly: green. Hex color #65B375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B375 is #9A4C8A. Grayscale: #949494. Windows color (decimal): -10112139 or 7713637. OLE color: 7713637.

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

Color convert

RGB101179117-
CMYK0.4400.350.30
HSL132.31º33.91%54.9%-
HSV(B)132.31º43.58%70.2%-
XYZ24.736.2922.53-
YUV148.61110.1694.04-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.44%
GREEN value IS 179 (70.31% from 255) = 45.09%
BLUE value IS 117 (46.09% from 255) = 29.47%
R=25.44%
G=45.09%
B=29.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1011791170.4400.350.30132.3133.9154.9
Hex65B3752C0231E842237
Octal14526316554043362044267
Binary110010110110011111010110110001000111111010000100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65b375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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