#66AC72

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

Shades of Fern #66AC72

Tints of Fern #66AC72

Color information

#66AC72 (or 0x66AC72) is unknown color: approx Fern. HEX triplet: 66, AC and 72. RGB value is (102,172,114). Sum of RGB (Red+Green+Blue) = 102+172+114=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 172 - color contains mainly: green. Hex color #66AC72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AC72 is #99538D. Grayscale: #909090. Windows color (decimal): -10048398 or 7515238. OLE color: 7515238.

HSL color Cylindrical-coordinate representation of color #66AC72: hue angle of 130.29º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66AC72 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB102172114-
CMYK0.4100.340.33
HSL130.29º29.66%53.73%-
HSV(B)130.29º40.7%67.45%-
XYZ23.2733.5421.17-
YUV144.46110.8197.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.29%
GREEN value IS 172 (67.58% from 255) = 44.33%
BLUE value IS 114 (44.92% from 255) = 29.38%
R=26.29%
G=44.33%
B=29.38%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1021721140.4100.340.33130.2929.6653.73
Hex66AC722902221821e36
Octal14625416251042412023666
Binary110011010101100111001010100101000101000011000001011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66AC72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,172,114); }

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

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

 a { background-color: rgb(102,172,114); }

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

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

 span { border-color: rgb(102,172,114); }

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