#65A66F

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

Shades of Fern #65A66F

Tints of Fern #65A66F

Color information

#65A66F (or 0x65A66F) is unknown color: approx Fern. HEX triplet: 65, A6 and 6F. RGB value is (101,166,111). Sum of RGB (Red+Green+Blue) = 101+166+111=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 166 - color contains mainly: green. Hex color #65A66F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A66F is #9A5990. Grayscale: #8C8C8C. Windows color (decimal): -10115473 or 7317093. OLE color: 7317093.

HSL color Cylindrical-coordinate representation of color #65A66F: hue angle of 129.23º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #65A66F is Cyan = 0.39, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB101166111-
CMYK0.3900.330.35
HSL129.23º26.75%52.35%-
HSV(B)129.23º39.16%65.1%-
XYZ21.8731.1919.91-
YUV140.29111.4799.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.72%
GREEN value IS 166 (65.23% from 255) = 43.92%
BLUE value IS 111 (43.75% from 255) = 29.37%
R=26.72%
G=43.92%
B=29.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1011661110.3900.330.35129.2326.7552.35
Hex65A66F2702123811b34
Octal14524615747041432013364
Binary110010110100110110111110011101000011000111000000111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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