Html Css Color HEX #66AB65 Fern

📋 copy color: '#66AB65'

red 102 ◦ green 171 ◦ blue 101

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

Shades of Fern #66AB65

Tints of Fern #66AB65

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.72%

 BLUE value IS 101 (39.84% from 255) = 27.01%

R = 27.27%
G = 45.72%
B = 27.01%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.41

 K value IS 0.33

RGB Variations

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

Color information

#66AB65 (or 0x66AB65) is known color: Fern. HEX triplet: 66, AB and 65. RGB value is (102,171,101). Sum of RGB (Red+Green+Blue) = 102+171+101=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 171 (67.19% from 255 or 45.72% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 171 - color contains mainly: green. Hex color #66AB65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66AB65 is #99549A. Grayscale: #8E8E8E. Windows color (decimal): -10048667 or 6663014. OLE color: 6663014.

HSL color Cylindrical-coordinate representation of color #66AB65: hue angle of 119.14º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #66AB65 is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 171 101 -
CMYK 0.40 0 0.41 0.33
HSL 119.14º 0.29% 0.53% -
HSV(B) 119.14º 0.41% 0.67% -
XYZ 22.39 32.89 17.48 -
YUV 142.39 104.64 99.19 -
System Red Green Blue C M Y K H S L
Decimal 102 171 101 0.40 0 0.41 0.33 119.14 0.29 0.53
Hex 66 AB 65 28 0 29 21 77 1D 35
Octal 146 253 145 50 0 51 41 167 35 65
Binary 1100110 10101011 1100101 101000 0 101001 100001 1110111 11101 110101

Color Harmonies of #66AB65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66AB65

Black with #66AB65

Text Example


Text Example

White with #66AB65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,171,101); }

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

background-color css

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

 a { background-color: rgb(102,171,101); }

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

border-color css

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

 span { border-color: rgb(102,171,101); }

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