Html Css Color HEX #66B37D Fern

📋 copy color: '#66B37D'

red 102 ◦ green 179 ◦ blue 125

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

Shades of Fern #66B37D

Tints of Fern #66B37D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.09%

 BLUE value IS 125 (49.22% from 255) = 30.79%

R = 25.12%
G = 44.09%
B = 30.79%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#66B37D (or 0x66B37D) is known color: Fern. HEX triplet: 66, B3 and 7D. RGB value is (102,179,125). Sum of RGB (Red+Green+Blue) = 102+179+125=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 179 (70.31% from 255 or 44.09% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 179 - color contains mainly: green. Hex color #66B37D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B37D is #994C82. Grayscale: #959595. Windows color (decimal): -10046595 or 8237926. OLE color: 8237926.

HSL color Cylindrical-coordinate representation of color #66B37D: hue angle of 137.92º degrees, saturation: 0.34, 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 #66B37D is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 102 179 125 -
CMYK 0.43 0 0.30 0.30
HSL 137.92º 0.34% 0.55% -
HSV(B) 137.92º 0.43% 0.7% -
XYZ 25.3 36.55 25.12 -
YUV 149.82 113.99 93.89 -
System Red Green Blue C M Y K H S L
Decimal 102 179 125 0.43 0 0.30 0.30 137.92 0.34 0.55
Hex 66 B3 7D 2B 0 1E 1E 8A 22 37
Octal 146 263 175 53 0 36 36 212 42 67
Binary 1100110 10110011 1111101 101011 0 11110 11110 10001010 100010 110111

Color Harmonies of #66B37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B37D

Black with #66B37D

Text Example


Text Example

White with #66B37D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,179,125); }

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

background-color css

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

 a { background-color: rgb(102,179,125); }

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

border-color css

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

 span { border-color: rgb(102,179,125); }

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