Html Css Color HEX #66A963 Fern

📋 copy color: '#66A963'

red 102 ◦ green 169 ◦ blue 99

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

Shades of Fern #66A963

Tints of Fern #66A963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.76%

R = 27.57%
G = 45.68%
B = 26.76%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.41

 K value IS 0.34

RGB Variations

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

Color information

#66A963 (or 0x66A963) is known color: Fern. HEX triplet: 66, A9 and 63. RGB value is (102,169,99). Sum of RGB (Red+Green+Blue) = 102+169+99=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 169 (66.41% from 255 or 45.68% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 169 - color contains mainly: green. Hex color #66A963 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A963 is #99569C. Grayscale: #8D8D8D. Windows color (decimal): -10049181 or 6531430. OLE color: 6531430.

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

Color convert

RGB 102 169 99 -
CMYK 0.40 0 0.41 0.34
HSL 117.43º 0.29% 0.53% -
HSV(B) 117.43º 0.41% 0.66% -
XYZ 21.92 32.1 16.85 -
YUV 140.99 104.3 100.19 -
System Red Green Blue C M Y K H S L
Decimal 102 169 99 0.40 0 0.41 0.34 117.43 0.29 0.53
Hex 66 A9 63 28 0 29 22 75 1D 35
Octal 146 251 143 50 0 51 42 165 35 65
Binary 1100110 10101001 1100011 101000 0 101001 100010 1110101 11101 110101

Color Harmonies of #66A963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A963

Black with #66A963

Text Example


Text Example

White with #66A963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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