#66AF6A

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

Shades of Fern #66AF6A

Tints of Fern #66AF6A

Color information

#66AF6A (or 0x66AF6A) is unknown color: approx Fern. HEX triplet: 66, AF and 6A. RGB value is (102,175,106). Sum of RGB (Red+Green+Blue) = 102+175+106=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 175 (68.75% from 255 or 45.69% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 175 - color contains mainly: green. Hex color #66AF6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AF6A is #995095. Grayscale: #919191. Windows color (decimal): -10047638 or 6991718. OLE color: 6991718.

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

Color convert

RGB102175106-
CMYK0.4200.390.31
HSL123.29º31.33%54.31%-
HSV(B)123.29º41.71%68.63%-
XYZ23.4134.5319.07-
YUV145.31105.8297.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.63%
GREEN value IS 175 (68.75% from 255) = 45.69%
BLUE value IS 106 (41.80% from 255) = 27.68%
R=26.63%
G=45.69%
B=27.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1021751060.4200.390.31123.2931.3354.31
Hex66AF6A2A0271F7b1f36
Octal14625715252047371733766
Binary1100110101011111101010101010010011111111111101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,175,106); }

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

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

 a { background-color: rgb(102,175,106); }

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

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

 span { border-color: rgb(102,175,106); }

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