Html Css Color HEX #66B375 Fern

📋 copy color: '#66B375'

red 102 ◦ green 179 ◦ blue 117

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

Shades of Fern #66B375

Tints of Fern #66B375

RGB

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

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

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

R = 25.63%
G = 44.97%
B = 29.4%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#66B375 (or 0x66B375) is known color: Fern. HEX triplet: 66, B3 and 75. RGB value is (102,179,117). Sum of RGB (Red+Green+Blue) = 102+179+117=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 179 (70.31% from 255 or 44.97% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 179 - color contains mainly: green. Hex color #66B375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B375 is #994C8A. Grayscale: #959595. Windows color (decimal): -10046603 or 7713638. OLE color: 7713638.

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

Color convert

RGB 102 179 117 -
CMYK 0.43 0 0.35 0.30
HSL 131.69º 0.34% 0.55% -
HSV(B) 131.69º 0.43% 0.7% -
XYZ 24.81 36.35 22.54 -
YUV 148.91 109.99 94.54 -
System Red Green Blue C M Y K H S L
Decimal 102 179 117 0.43 0 0.35 0.30 131.69 0.34 0.55
Hex 66 B3 75 2B 0 23 1E 84 22 37
Octal 146 263 165 53 0 43 36 204 42 67
Binary 1100110 10110011 1110101 101011 0 100011 11110 10000100 100010 110111

Color Harmonies of #66B375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B375

Black with #66B375

Text Example


Text Example

White with #66B375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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