#66B765

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

Shades of Fern #66B765

Tints of Fern #66B765

Color information

#66B765 (or 0x66B765) is unknown color: approx Fern. HEX triplet: 66, B7 and 65. RGB value is (102,183,101). Sum of RGB (Red+Green+Blue) = 102+183+101=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 183 (71.88% from 255 or 47.41% from 386); Blue value is 101 (39.84% from 255 or 26.17% from 386); Max value from RGB is 183 - color contains mainly: green. Hex color #66B765 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B765 is #99489A. Grayscale: #959595. Windows color (decimal): -10045595 or 6666086. OLE color: 6666086.

HSL color Cylindrical-coordinate representation of color #66B765: hue angle of 119.27º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66B765 is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB102183101-
CMYK0.4400.450.28
HSL119.27º36.28%55.69%-
HSV(B)119.27º44.81%71.76%-
XYZ24.7637.6318.27-
YUV149.43100.6694.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.42%
GREEN value IS 183 (71.88% from 255) = 47.41%
BLUE value IS 101 (39.84% from 255) = 26.17%
R=26.42%
G=47.41%
B=26.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1021831010.4400.450.28119.2736.2855.69
Hex66B7652C02D1C772438
Octal14626714554055341674470
Binary11001101011011111001011011000101101111001110111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,183,101); }

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

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

 a { background-color: rgb(102,183,101); }

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

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

 span { border-color: rgb(102,183,101); }

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