Html Css Color HEX #66B770 Fern

📋 copy color: '#66B770'

red 102 ◦ green 183 ◦ blue 112

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

Shades of Fern #66B770

Tints of Fern #66B770

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.1%

 BLUE value IS 112 (44.14% from 255) = 28.21%

R = 25.69%
G = 46.1%
B = 28.21%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#66B770 (or 0x66B770) is known color: Fern. HEX triplet: 66, B7 and 70. RGB value is (102,183,112). Sum of RGB (Red+Green+Blue) = 102+183+112=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 183 - color contains mainly: green. Hex color #66B770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B770 is #99488F. Grayscale: #969696. Windows color (decimal): -10045584 or 7386982. OLE color: 7386982.

HSL color Cylindrical-coordinate representation of color #66B770: hue angle of 127.41º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66B770 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 102 183 112 -
CMYK 0.44 0 0.39 0.28
HSL 127.41º 0.36% 0.56% -
HSV(B) 127.41º 0.44% 0.72% -
XYZ 25.34 37.86 21.3 -
YUV 150.69 106.16 93.27 -
System Red Green Blue C M Y K H S L
Decimal 102 183 112 0.44 0 0.39 0.28 127.41 0.36 0.56
Hex 66 B7 70 2C 0 27 1C 7F 24 38
Octal 146 267 160 54 0 47 34 177 44 70
Binary 1100110 10110111 1110000 101100 0 100111 11100 1111111 100100 111000

Color Harmonies of #66B770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B770

Black with #66B770

Text Example


Text Example

White with #66B770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,183,112); }

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

background-color css

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

 a { background-color: rgb(102,183,112); }

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

border-color css

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

 span { border-color: rgb(102,183,112); }

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