#66B67D

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

Shades of Fern #66B67D

Tints of Fern #66B67D

Color information

#66B67D (or 0x66B67D) is unknown color: approx Fern. HEX triplet: 66, B6 and 7D. RGB value is (102,182,125). Sum of RGB (Red+Green+Blue) = 102+182+125=409 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.94% from 409); Green value is 182 (71.48% from 255 or 44.50% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 182 - color contains mainly: green. Hex color #66B67D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B67D is #994982. Grayscale: #979797. Windows color (decimal): -10045827 or 8238694. OLE color: 8238694.

HSL color Cylindrical-coordinate representation of color #66B67D: hue angle of 137.25º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66B67D is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB102182125-
CMYK0.4400.310.29
HSL137.25º35.4%55.69%-
HSV(B)137.25º43.96%71.37%-
XYZ25.9137.7625.33-
YUV151.5811392.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.94%
GREEN value IS 182 (71.48% from 255) = 44.50%
BLUE value IS 125 (49.22% from 255) = 30.56%
R=24.94%
G=44.50%
B=30.56%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1021821250.4400.310.29137.2535.455.69
Hex66B67D2C01F1D892338
Octal14626617554037352114370
Binary11001101011011011111011011000111111110110001001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,182,125); }

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

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

 a { background-color: rgb(102,182,125); }

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

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

 span { border-color: rgb(102,182,125); }

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