#65B75F

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

Shades of Fern #65B75F

Tints of Fern #65B75F

Color information

#65B75F (or 0x65B75F) is unknown color: approx Fern. HEX triplet: 65, B7 and 5F. RGB value is (101,183,95). Sum of RGB (Red+Green+Blue) = 101+183+95=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 183 (71.88% from 255 or 48.28% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 183 - color contains mainly: green. Hex color #65B75F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B75F is #9A48A0. Grayscale: #949494. Windows color (decimal): -10111137 or 6272869. OLE color: 6272869.

HSL color Cylindrical-coordinate representation of color #65B75F: hue angle of 115.91º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #65B75F is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB10118395-
CMYK0.4500.480.28
HSL115.91º37.93%54.51%-
HSV(B)115.91º48.09%71.76%-
XYZ24.3737.4616.77-
YUV148.4597.8394.16-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.65%
GREEN value IS 183 (71.88% from 255) = 48.28%
BLUE value IS 95 (37.5% from 255) = 25.07%
R=26.65%
G=48.28%
B=25.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal101183950.4500.480.28115.9137.9354.51
Hex65B75F2D0301C742637
Octal14526713755060341644667
Binary11001011011011110111111011010110000111001110100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,183,95); }

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

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

 a { background-color: rgb(101,183,95); }

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

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

 span { border-color: rgb(101,183,95); }

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