Html Css Color HEX #66B975 Fern

📋 copy color: '#66B975'

red 102 ◦ green 185 ◦ blue 117

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

Shades of Fern #66B975

Tints of Fern #66B975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.96%

R = 25.25%
G = 45.79%
B = 28.96%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#66B975 (or 0x66B975) is known color: Fern. HEX triplet: 66, B9 and 75. RGB value is (102,185,117). Sum of RGB (Red+Green+Blue) = 102+185+117=404 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.25% from 404); Green value is 185 (72.66% from 255 or 45.79% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 185 - color contains mainly: green. Hex color #66B975 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B975 is #99468A. Grayscale: #989898. Windows color (decimal): -10045067 or 7715174. OLE color: 7715174.

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

Color convert

RGB 102 185 117 -
CMYK 0.45 0 0.37 0.27
HSL 130.84º 0.37% 0.56% -
HSV(B) 130.84º 0.45% 0.73% -
XYZ 26.04 38.81 22.95 -
YUV 152.43 108 92.03 -
System Red Green Blue C M Y K H S L
Decimal 102 185 117 0.45 0 0.37 0.27 130.84 0.37 0.56
Hex 66 B9 75 2D 0 25 1B 83 25 38
Octal 146 271 165 55 0 45 33 203 45 70
Binary 1100110 10111001 1110101 101101 0 100101 11011 10000011 100101 111000

Color Harmonies of #66B975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B975

Black with #66B975

Text Example


Text Example

White with #66B975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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