Html Css Color HEX #65AD74 Fern

📋 copy color: '#65AD74'

red 101 ◦ green 173 ◦ blue 116

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

Shades of Fern #65AD74

Tints of Fern #65AD74

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.36%

 BLUE value IS 116 (45.7% from 255) = 29.74%

R = 25.9%
G = 44.36%
B = 29.74%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#65AD74 (or 0x65AD74) is known color: Fern. HEX triplet: 65, AD and 74. RGB value is (101,173,116). Sum of RGB (Red+Green+Blue) = 101+173+116=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 173 (67.97% from 255 or 44.36% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AD74 is #9A528B. Grayscale: #919191. Windows color (decimal): -10113676 or 7646565. OLE color: 7646565.

HSL color Cylindrical-coordinate representation of color #65AD74: hue angle of 132.5º 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 #65AD74 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB 101 173 116 -
CMYK 0.42 0 0.33 0.32
HSL 132.5º 0.31% 0.54% -
HSV(B) 132.5º 0.42% 0.68% -
XYZ 23.46 33.91 21.83 -
YUV 144.97 111.65 96.63 -
System Red Green Blue C M Y K H S L
Decimal 101 173 116 0.42 0 0.33 0.32 132.5 0.31 0.54
Hex 65 AD 74 2A 0 21 20 84 1F 36
Octal 145 255 164 52 0 41 40 204 37 66
Binary 1100101 10101101 1110100 101010 0 100001 100000 10000100 11111 110110

Color Harmonies of #65AD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AD74

Black with #65AD74

Text Example


Text Example

White with #65AD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,173,116); }

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

background-color css

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

 a { background-color: rgb(101,173,116); }

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

border-color css

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

 span { border-color: rgb(101,173,116); }

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