#65A66A

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

Shades of Fern #65A66A

Tints of Fern #65A66A

Color information

#65A66A (or 0x65A66A) is unknown color: approx Fern. HEX triplet: 65, A6 and 6A. RGB value is (101,166,106). Sum of RGB (Red+Green+Blue) = 101+166+106=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 166 (65.23% from 255 or 44.50% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 166 - color contains mainly: green. Hex color #65A66A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A66A is #9A5995. Grayscale: #8B8B8B. Windows color (decimal): -10115478 or 6989413. OLE color: 6989413.

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

Color convert

RGB101166106-
CMYK0.3900.360.35
HSL124.62º26.75%52.35%-
HSV(B)124.62º39.16%65.1%-
XYZ21.631.0818.5-
YUV139.72108.97100.38-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.08%
GREEN value IS 166 (65.23% from 255) = 44.50%
BLUE value IS 106 (41.80% from 255) = 28.42%
R=27.08%
G=44.50%
B=28.42%

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
Decimal1011661060.3900.360.35124.6226.7552.35
Hex65A66A27024237d1b34
Octal14524615247044431753364
Binary11001011010011011010101001110100100100011111110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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