Html Css Color HEX #65A966 Fern

📋 copy color: '#65A966'

red 101 ◦ green 169 ◦ blue 102

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

Shades of Fern #65A966

Tints of Fern #65A966

RGB

 RED value IS 101 (39.84% from 255) = 27.15%

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

 BLUE value IS 102 (40.23% from 255) = 27.42%

R = 27.15%
G = 45.43%
B = 27.42%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.40

 K value IS 0.34

RGB Variations

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

Color information

#65A966 (or 0x65A966) is known color: Fern. HEX triplet: 65, A9 and 66. RGB value is (101,169,102). Sum of RGB (Red+Green+Blue) = 101+169+102=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 169 (66.41% from 255 or 45.43% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 169 - color contains mainly: green. Hex color #65A966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A966 is #9A5699. Grayscale: #8D8D8D. Windows color (decimal): -10114714 or 6728037. OLE color: 6728037.

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

Color convert

RGB 101 169 102 -
CMYK 0.40 0 0.40 0.34
HSL 120.88º 0.28% 0.53% -
HSV(B) 120.88º 0.4% 0.66% -
XYZ 21.95 32.1 17.61 -
YUV 141.03 105.97 99.45 -
System Red Green Blue C M Y K H S L
Decimal 101 169 102 0.40 0 0.40 0.34 120.88 0.28 0.53
Hex 65 A9 66 28 0 28 22 79 1C 35
Octal 145 251 146 50 0 50 42 171 34 65
Binary 1100101 10101001 1100110 101000 0 101000 100010 1111001 11100 110101

Color Harmonies of #65A966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A966

Black with #65A966

Text Example


Text Example

White with #65A966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65A966; }

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

 H1.HeaderClassName
 {
   color: #65A966;
 }
 .AnyTagClassName
 {
   color: #65A966;
 }
</style>

background-color css

<style>
 a { background-color: #65A966; }

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

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

border-color css

<style>
 span { border-color: #65A966; }

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

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