Html Css Color HEX #66A960 Fern

📋 copy color: '#66A960'

red 102 ◦ green 169 ◦ blue 96

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

Shades of Fern #66A960

Tints of Fern #66A960

RGB

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

 GREEN value IS 169 (66.41% from 255) = 46.05%

 BLUE value IS 96 (37.89% from 255) = 26.16%

R = 27.79%
G = 46.05%
B = 26.16%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.43

 K value IS 0.34

RGB Variations

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

Color information

#66A960 (or 0x66A960) is known color: Fern. HEX triplet: 66, A9 and 60. RGB value is (102,169,96). Sum of RGB (Red+Green+Blue) = 102+169+96=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 169 (66.41% from 255 or 46.05% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 169 - color contains mainly: green. Hex color #66A960 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A960 is #99569F. Grayscale: #8C8C8C. Windows color (decimal): -10049184 or 6334822. OLE color: 6334822.

HSL color Cylindrical-coordinate representation of color #66A960: hue angle of 115.07º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66A960 is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB 102 169 96 -
CMYK 0.40 0 0.43 0.34
HSL 115.07º 0.3% 0.52% -
HSV(B) 115.07º 0.43% 0.66% -
XYZ 21.78 32.05 16.1 -
YUV 140.65 102.8 100.44 -
System Red Green Blue C M Y K H S L
Decimal 102 169 96 0.40 0 0.43 0.34 115.07 0.3 0.52
Hex 66 A9 60 28 0 2B 22 73 1E 34
Octal 146 251 140 50 0 53 42 163 36 64
Binary 1100110 10101001 1100000 101000 0 101011 100010 1110011 11110 110100

Color Harmonies of #66A960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A960

Black with #66A960

Text Example


Text Example

White with #66A960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,169,96); }

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

background-color css

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

 a { background-color: rgb(102,169,96); }

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

border-color css

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

 span { border-color: rgb(102,169,96); }

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