Html Css Color HEX #66B276 Fern

📋 copy color: '#66B276'

red 102 ◦ green 178 ◦ blue 118

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

Shades of Fern #66B276

Tints of Fern #66B276

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.72%

 BLUE value IS 118 (46.48% from 255) = 29.65%

R = 25.63%
G = 44.72%
B = 29.65%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#66B276 (or 0x66B276) is known color: Fern. HEX triplet: 66, B2 and 76. RGB value is (102,178,118). Sum of RGB (Red+Green+Blue) = 102+178+118=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 178 (69.92% from 255 or 44.72% from 398); Blue value is 118 (46.48% from 255 or 29.65% from 398); Max value from RGB is 178 - color contains mainly: green. Hex color #66B276 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66B276 is #994D89. Grayscale: #949494. Windows color (decimal): -10046858 or 7778918. OLE color: 7778918.

HSL color Cylindrical-coordinate representation of color #66B276: hue angle of 132.63º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66B276 is Cyan = 0.43, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 102 178 118 -
CMYK 0.43 0 0.34 0.30
HSL 132.63º 0.33% 0.55% -
HSV(B) 132.63º 0.43% 0.7% -
XYZ 24.67 35.97 22.78 -
YUV 148.44 110.82 94.88 -
System Red Green Blue C M Y K H S L
Decimal 102 178 118 0.43 0 0.34 0.30 132.63 0.33 0.55
Hex 66 B2 76 2B 0 22 1E 85 21 37
Octal 146 262 166 53 0 42 36 205 41 67
Binary 1100110 10110010 1110110 101011 0 100010 11110 10000101 100001 110111

Color Harmonies of #66B276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B276

Black with #66B276

Text Example


Text Example

White with #66B276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,178,118); }

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

background-color css

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

 a { background-color: rgb(102,178,118); }

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

border-color css

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

 span { border-color: rgb(102,178,118); }

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