Html Css Color HEX #66BA6F Fern

📋 copy color: '#66BA6F'

red 102 ◦ green 186 ◦ blue 111

#66BA6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #66BA6F

Tints of Fern #66BA6F

RGB

 RED value IS 102 (40.23% from 255) = 25.56%

 GREEN value IS 186 (73.05% from 255) = 46.62%

 BLUE value IS 111 (43.75% from 255) = 27.82%

R = 25.56%
G = 46.62%
B = 27.82%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#66BA6F (or 0x66BA6F) is known color: Fern. HEX triplet: 66, BA and 6F. RGB value is (102,186,111). Sum of RGB (Red+Green+Blue) = 102+186+111=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 186 (73.05% from 255 or 46.62% from 399); Blue value is 111 (43.75% from 255 or 27.82% from 399); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA6F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BA6F is #994590. Grayscale: #989898. Windows color (decimal): -10044817 or 7322214. OLE color: 7322214.

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

Color convert

RGB 102 186 111 -
CMYK 0.45 0 0.40 0.27
HSL 126.43º 0.38% 0.56% -
HSV(B) 126.43º 0.45% 0.73% -
XYZ 25.91 39.09 21.22 -
YUV 152.33 104.67 92.1 -
System Red Green Blue C M Y K H S L
Decimal 102 186 111 0.45 0 0.40 0.27 126.43 0.38 0.56
Hex 66 BA 6F 2D 0 28 1B 7E 26 38
Octal 146 272 157 55 0 50 33 176 46 70
Binary 1100110 10111010 1101111 101101 0 101000 11011 1111110 100110 111000

Color Harmonies of #66BA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BA6F

Black with #66BA6F

Text Example


Text Example

White with #66BA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #66BA6F;
 }
 .AnyTagClassName
 {
   color: #66BA6F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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