#65A66C

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

Shades of Fern #65A66C

Tints of Fern #65A66C

Color information

#65A66C (or 0x65A66C) is unknown color: approx Fern. HEX triplet: 65, A6 and 6C. RGB value is (101,166,108). Sum of RGB (Red+Green+Blue) = 101+166+108=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 166 (65.23% from 255 or 44.27% from 375); Blue value is 108 (42.58% from 255 or 28.8% from 375); Max value from RGB is 166 - color contains mainly: green. Hex color #65A66C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A66C is #9A5993. Grayscale: #8C8C8C. Windows color (decimal): -10115476 or 7120485. OLE color: 7120485.

HSL color Cylindrical-coordinate representation of color #65A66C: hue angle of 126.46º 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 #65A66C is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB101166108-
CMYK0.3900.350.35
HSL126.46º26.75%52.35%-
HSV(B)126.46º39.16%65.1%-
XYZ21.7131.1219.05-
YUV139.95109.97100.22-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.93%
GREEN value IS 166 (65.23% from 255) = 44.27%
BLUE value IS 108 (42.58% from 255) = 28.8%
R=26.93%
G=44.27%
B=28.8%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1011661080.3900.350.35126.4626.7552.35
Hex65A66C27023237e1b34
Octal14524615447043431763364
Binary11001011010011011011001001110100011100011111111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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