Html Css Color HEX #66B97C Fern

📋 copy color: '#66B97C'

red 102 ◦ green 185 ◦ blue 124

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

Shades of Fern #66B97C

Tints of Fern #66B97C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.01%

 BLUE value IS 124 (48.83% from 255) = 30.17%

R = 24.82%
G = 45.01%
B = 30.17%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#66B97C (or 0x66B97C) is known color: Fern. HEX triplet: 66, B9 and 7C. RGB value is (102,185,124). Sum of RGB (Red+Green+Blue) = 102+185+124=411 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.82% from 411); Green value is 185 (72.66% from 255 or 45.01% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 185 - color contains mainly: green. Hex color #66B97C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B97C is #994683. Grayscale: #999999. Windows color (decimal): -10045060 or 8173926. OLE color: 8173926.

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

Color convert

RGB 102 185 124 -
CMYK 0.45 0 0.33 0.27
HSL 135.9º 0.37% 0.56% -
HSV(B) 135.9º 0.45% 0.73% -
XYZ 26.47 38.98 25.2 -
YUV 153.23 111.5 91.46 -
System Red Green Blue C M Y K H S L
Decimal 102 185 124 0.45 0 0.33 0.27 135.9 0.37 0.56
Hex 66 B9 7C 2D 0 21 1B 88 25 38
Octal 146 271 174 55 0 41 33 210 45 70
Binary 1100110 10111001 1111100 101101 0 100001 11011 10001000 100101 111000

Color Harmonies of #66B97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B97C

Black with #66B97C

Text Example


Text Example

White with #66B97C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,185,124); }

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

background-color css

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

 a { background-color: rgb(102,185,124); }

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

border-color css

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

 span { border-color: rgb(102,185,124); }

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