#65B06F

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

Shades of Fern #65B06F

Tints of Fern #65B06F

Color information

#65B06F (or 0x65B06F) is unknown color: approx Fern. HEX triplet: 65, B0 and 6F. RGB value is (101,176,111). Sum of RGB (Red+Green+Blue) = 101+176+111=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 111 (43.75% from 255 or 28.61% from 388); Max value from RGB is 176 - color contains mainly: green. Hex color #65B06F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65B06F is #9A4F90. Grayscale: #929292. Windows color (decimal): -10112913 or 7319653. OLE color: 7319653.

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

Color convert

RGB101176111-
CMYK0.4300.370.31
HSL128º32.19%54.31%-
HSV(B)128º42.61%69.02%-
XYZ23.7634.9720.54-
YUV146.16108.1595.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.03%
GREEN value IS 176 (69.14% from 255) = 45.36%
BLUE value IS 111 (43.75% from 255) = 28.61%
R=26.03%
G=45.36%
B=28.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011761110.4300.370.3112832.1954.31
Hex65B06F2B0251F802036
Octal14526015753045372004066
Binary110010110110000110111110101101001011111110000000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,176,111); }

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

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

 a { background-color: rgb(101,176,111); }

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

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

 span { border-color: rgb(101,176,111); }

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