#66A26B

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

Shades of Fern #66A26B

Tints of Fern #66A26B

Color information

#66A26B (or 0x66A26B) is unknown color: approx Fern. HEX triplet: 66, A2 and 6B. RGB value is (102,162,107). Sum of RGB (Red+Green+Blue) = 102+162+107=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 162 (63.67% from 255 or 43.67% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 162 - color contains mainly: green. Hex color #66A26B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A26B is #995D94. Grayscale: #898989. Windows color (decimal): -10050965 or 7053926. OLE color: 7053926.

HSL color Cylindrical-coordinate representation of color #66A26B: hue angle of 125º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #66A26B is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB102162107-
CMYK0.3700.340.36
HSL125º24.39%51.76%-
HSV(B)125º37.04%63.53%-
XYZ21.0529.7318.54-
YUV137.79110.62102.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.49%
GREEN value IS 162 (63.67% from 255) = 43.67%
BLUE value IS 107 (42.19% from 255) = 28.84%
R=27.49%
G=43.67%
B=28.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1021621070.3700.340.3612524.3951.76
Hex66A26B25022247d1834
Octal14624215345042441753064
Binary11001101010001011010111001010100010100100111110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66A26B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66A26B; }

 p { color: rgb(102,162,107); }

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

<style>
 a { background-color: #66A26B; }

 a { background-color: rgb(102,162,107); }

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

<style>
 span { border-color: #66A26B; }

 span { border-color: rgb(102,162,107); }

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