#66B168

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

Shades of Fern #66B168

Tints of Fern #66B168

Color information

#66B168 (or 0x66B168) is unknown color: approx Fern. HEX triplet: 66, B1 and 68. RGB value is (102,177,104). Sum of RGB (Red+Green+Blue) = 102+177+104=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 177 (69.53% from 255 or 46.21% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 177 - color contains mainly: green. Hex color #66B168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66B168 is #994E97. Grayscale: #929292. Windows color (decimal): -10047128 or 6861158. OLE color: 6861158.

HSL color Cylindrical-coordinate representation of color #66B168: hue angle of 121.6º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #66B168 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB102177104-
CMYK0.4200.410.31
HSL121.6º32.47%54.71%-
HSV(B)121.6º42.37%69.41%-
XYZ23.735.2718.66-
YUV146.25104.1596.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.63%
GREEN value IS 177 (69.53% from 255) = 46.21%
BLUE value IS 104 (41.02% from 255) = 27.15%
R=26.63%
G=46.21%
B=27.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021771040.4200.410.31121.632.4754.71
Hex66B1682A0291F7a2037
Octal14626115052051371724067
Binary11001101011000111010001010100101001111111111010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,177,104); }

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

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

 a { background-color: rgb(102,177,104); }

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

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

 span { border-color: rgb(102,177,104); }

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