#66BA7B

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

Shades of Fern #66BA7B

Tints of Fern #66BA7B

Color information

#66BA7B (or 0x66BA7B) is unknown color: approx Fern. HEX triplet: 66, BA and 7B. RGB value is (102,186,123). Sum of RGB (Red+Green+Blue) = 102+186+123=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 123 (48.44% from 255 or 29.93% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BA7B is #994584. Grayscale: #999999. Windows color (decimal): -10044805 or 8108646. OLE color: 8108646.

HSL color Cylindrical-coordinate representation of color #66BA7B: hue angle of 135º 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 #66BA7B is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB102186123-
CMYK0.4500.340.27
HSL135º37.84%56.47%-
HSV(B)135º45.16%72.94%-
XYZ26.6139.3724.94-
YUV153.7110.6791.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.82%
GREEN value IS 186 (73.05% from 255) = 45.26%
BLUE value IS 123 (48.44% from 255) = 29.93%
R=24.82%
G=45.26%
B=29.93%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1021861230.4500.340.2713537.8456.47
Hex66BA7B2D0221B872638
Octal14627217355042332074670
Binary110011010111010111101110110101000101101110000111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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