#65B575

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

Shades of Fern #65B575

Tints of Fern #65B575

Color information

#65B575 (or 0x65B575) is unknown color: approx Fern. HEX triplet: 65, B5 and 75. RGB value is (101,181,117). Sum of RGB (Red+Green+Blue) = 101+181+117=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 181 (71.09% from 255 or 45.36% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 181 - color contains mainly: green. Hex color #65B575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B575 is #9A4A8A. Grayscale: #959595. Windows color (decimal): -10111627 or 7714149. OLE color: 7714149.

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

Color convert

RGB101181117-
CMYK0.4400.350.29
HSL132º35.09%55.29%-
HSV(B)132º44.2%70.98%-
XYZ25.137.122.67-
YUV149.78109.593.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.31%
GREEN value IS 181 (71.09% from 255) = 45.36%
BLUE value IS 117 (46.09% from 255) = 29.32%
R=25.31%
G=45.36%
B=29.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1011811170.4400.350.2913235.0955.29
Hex65B5752C0231D842337
Octal14526516554043352044367
Binary110010110110101111010110110001000111110110000100100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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