#65a66b

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

Shades of Fern #65A66B

Tints of Fern #65A66B

Color information

#65A66B (or 0x65A66B) is unknown color: approx Fern. HEX triplet: 65, A6 and 6B. RGB value is (101,166,107). Sum of RGB (Red+Green+Blue) = 101+166+107=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 166 (65.23% from 255 or 44.39% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 166 - color contains mainly: green. Hex color #65A66B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A66B is #9A5994. Grayscale: #8C8C8C. Windows color (decimal): -10115477 or 7054949. OLE color: 7054949.

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

Color convert

RGB101166107-
CMYK0.3900.360.35
HSL125.54º26.75%52.35%-
HSV(B)125.54º39.16%65.1%-
XYZ21.6631.118.77-
YUV139.84109.47100.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.01%
GREEN value IS 166 (65.23% from 255) = 44.39%
BLUE value IS 107 (42.19% from 255) = 28.61%
R=27.01%
G=44.39%
B=28.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1011661070.3900.360.35125.5426.7552.35
Hex65A66B27024237e1b34
Octal14524615347044431763364
Binary11001011010011011010111001110100100100011111111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65a66b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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