Html Css Color HEX #66B97D Fern

📋 copy color: '#66B97D'

red 102 ◦ green 185 ◦ blue 125

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

Shades of Fern #66B97D

Tints of Fern #66B97D

RGB

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

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

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

R = 24.76%
G = 44.9%
B = 30.34%

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

#66B97D (or 0x66B97D) is known color: Fern. HEX triplet: 66, B9 and 7D. RGB value is (102,185,125). Sum of RGB (Red+Green+Blue) = 102+185+125=412 (54% of max value = 765). Red value is 102 (40.23% from 255 or 24.76% from 412); Green value is 185 (72.66% from 255 or 44.90% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 185 - color contains mainly: green. Hex color #66B97D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B97D is #994682. Grayscale: #999999. Windows color (decimal): -10045059 or 8239462. OLE color: 8239462.

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

Color convert

RGB 102 185 125 -
CMYK 0.45 0 0.32 0.27
HSL 136.63º 0.37% 0.56% -
HSV(B) 136.63º 0.45% 0.73% -
XYZ 26.53 39 25.53 -
YUV 153.34 112 91.38 -
System Red Green Blue C M Y K H S L
Decimal 102 185 125 0.45 0 0.32 0.27 136.63 0.37 0.56
Hex 66 B9 7D 2D 0 20 1B 89 25 38
Octal 146 271 175 55 0 40 33 211 45 70
Binary 1100110 10111001 1111101 101101 0 100000 11011 10001001 100101 111000

Color Harmonies of #66B97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B97D

Black with #66B97D

Text Example


Text Example

White with #66B97D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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