#66B068

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

Shades of Fern #66B068

Tints of Fern #66B068

Color information

#66B068 (or 0x66B068) is unknown color: approx Fern. HEX triplet: 66, B0 and 68. RGB value is (102,176,104). Sum of RGB (Red+Green+Blue) = 102+176+104=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 176 (69.14% from 255 or 46.07% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 176 - color contains mainly: green. Hex color #66B068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66B068 is #994F97. Grayscale: #919191. Windows color (decimal): -10047384 or 6860902. OLE color: 6860902.

HSL color Cylindrical-coordinate representation of color #66B068: hue angle of 121.62º 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 #66B068 is Cyan = 0.42, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB102176104-
CMYK0.4200.410.31
HSL121.62º31.9%54.51%-
HSV(B)121.62º42.05%69.02%-
XYZ23.534.8718.59-
YUV145.67104.4896.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.70%
GREEN value IS 176 (69.14% from 255) = 46.07%
BLUE value IS 104 (41.02% from 255) = 27.23%
R=26.70%
G=46.07%
B=27.23%

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
Decimal1021761040.4200.410.31121.6231.954.51
Hex66B0682A0291F7a2037
Octal14626015052051371724067
Binary11001101011000011010001010100101001111111111010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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