#65B15F

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

Shades of Fern #65B15F

Tints of Fern #65B15F

Color information

#65B15F (or 0x65B15F) is unknown color: approx Fern. HEX triplet: 65, B1 and 5F. RGB value is (101,177,95). Sum of RGB (Red+Green+Blue) = 101+177+95=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 177 (69.53% from 255 or 47.45% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 177 - color contains mainly: green. Hex color #65B15F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65B15F is #9A4EA0. Grayscale: #919191. Windows color (decimal): -10112673 or 6271333. OLE color: 6271333.

HSL color Cylindrical-coordinate representation of color #65B15F: hue angle of 115.61º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65B15F is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB10117795-
CMYK0.4300.460.31
HSL115.61º34.45%53.33%-
HSV(B)115.61º46.33%69.41%-
XYZ23.1535.0416.37-
YUV144.9399.8296.67-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.08%
GREEN value IS 177 (69.53% from 255) = 47.45%
BLUE value IS 95 (37.5% from 255) = 25.47%
R=27.08%
G=47.45%
B=25.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101177950.4300.460.31115.6134.4553.33
Hex65B15F2B02E1F742235
Octal14526113753056371644265
Binary11001011011000110111111010110101110111111110100100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B15F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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