Html Css Color HEX #65AE77 Fern

📋 copy color: '#65AE77'

red 101 ◦ green 174 ◦ blue 119

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

Shades of Fern #65AE77

Tints of Fern #65AE77

RGB

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

 GREEN value IS 174 (68.36% from 255) = 44.16%

 BLUE value IS 119 (46.88% from 255) = 30.2%

R = 25.63%
G = 44.16%
B = 30.2%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#65AE77 (or 0x65AE77) is known color: Fern. HEX triplet: 65, AE and 77. RGB value is (101,174,119). Sum of RGB (Red+Green+Blue) = 101+174+119=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 174 - color contains mainly: green. Hex color #65AE77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AE77 is #9A5188. Grayscale: #929292. Windows color (decimal): -10113417 or 7843429. OLE color: 7843429.

HSL color Cylindrical-coordinate representation of color #65AE77: hue angle of 134.79º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65AE77 is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 174 119 -
CMYK 0.42 0 0.32 0.32
HSL 134.79º 0.31% 0.54% -
HSV(B) 134.79º 0.42% 0.68% -
XYZ 23.83 34.37 22.83 -
YUV 145.9 112.82 95.97 -
System Red Green Blue C M Y K H S L
Decimal 101 174 119 0.42 0 0.32 0.32 134.79 0.31 0.54
Hex 65 AE 77 2A 0 20 20 87 1F 36
Octal 145 256 167 52 0 40 40 207 37 66
Binary 1100101 10101110 1110111 101010 0 100000 100000 10000111 11111 110110

Color Harmonies of #65AE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AE77

Black with #65AE77

Text Example


Text Example

White with #65AE77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,174,119); }

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

background-color css

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

 a { background-color: rgb(101,174,119); }

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

border-color css

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

 span { border-color: rgb(101,174,119); }

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