#66BA69

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

Shades of Fern #66BA69

Tints of Fern #66BA69

Color information

#66BA69 (or 0x66BA69) is unknown color: approx Fern. HEX triplet: 66, BA and 69. RGB value is (102,186,105). Sum of RGB (Red+Green+Blue) = 102+186+105=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BA69 is #994596. Grayscale: #979797. Windows color (decimal): -10044823 or 6928998. OLE color: 6928998.

HSL color Cylindrical-coordinate representation of color #66BA69: hue angle of 122.14º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66BA69 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB102186105-
CMYK0.4500.440.27
HSL122.14º37.84%56.47%-
HSV(B)122.14º45.16%72.94%-
XYZ25.5938.9619.54-
YUV151.65101.6792.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 25.95%
GREEN value IS 186 (73.05% from 255) = 47.33%
BLUE value IS 105 (41.41% from 255) = 26.72%
R=25.95%
G=47.33%
B=26.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021861050.4500.440.27122.1437.8456.47
Hex66BA692D02C1B7a2638
Octal14627215155054331724670
Binary11001101011101011010011011010101100110111111010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,186,105); }

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

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

 a { background-color: rgb(102,186,105); }

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

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

 span { border-color: rgb(102,186,105); }

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