Html Css Color HEX #66B97E Fern

📋 copy color: '#66B97E'

red 102 ◦ green 185 ◦ blue 126

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

Shades of Fern #66B97E

Tints of Fern #66B97E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.51%

R = 24.7%
G = 44.79%
B = 30.51%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#66B97E (or 0x66B97E) is known color: Fern. HEX triplet: 66, B9 and 7E. RGB value is (102,185,126). Sum of RGB (Red+Green+Blue) = 102+185+126=413 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.70% from 413); Green value is 185 (72.66% from 255 or 44.79% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 185 - color contains mainly: green. Hex color #66B97E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B97E is #994681. Grayscale: #999999. Windows color (decimal): -10045058 or 8304998. OLE color: 8304998.

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

Color convert

RGB 102 185 126 -
CMYK 0.45 0 0.32 0.27
HSL 137.35º 0.37% 0.56% -
HSV(B) 137.35º 0.45% 0.73% -
XYZ 26.59 39.03 25.87 -
YUV 153.46 112.5 91.3 -
System Red Green Blue C M Y K H S L
Decimal 102 185 126 0.45 0 0.32 0.27 137.35 0.37 0.56
Hex 66 B9 7E 2D 0 20 1B 89 25 38
Octal 146 271 176 55 0 40 33 211 45 70
Binary 1100110 10111001 1111110 101101 0 100000 11011 10001001 100101 111000

Color Harmonies of #66B97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B97E

Black with #66B97E

Text Example


Text Example

White with #66B97E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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