Html Css Color HEX #65AD72 Fern

📋 copy color: '#65AD72'

red 101 ◦ green 173 ◦ blue 114

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

Shades of Fern #65AD72

Tints of Fern #65AD72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 29.38%

R = 26.03%
G = 44.59%
B = 29.38%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#65AD72 (or 0x65AD72) is known color: Fern. HEX triplet: 65, AD and 72. RGB value is (101,173,114). Sum of RGB (Red+Green+Blue) = 101+173+114=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AD72 is #9A528D. Grayscale: #909090. Windows color (decimal): -10113678 or 7515493. OLE color: 7515493.

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

Color convert

RGB 101 173 114 -
CMYK 0.42 0 0.34 0.32
HSL 130.83º 0.31% 0.54% -
HSV(B) 130.83º 0.42% 0.68% -
XYZ 23.35 33.87 21.23 -
YUV 144.75 110.65 96.8 -
System Red Green Blue C M Y K H S L
Decimal 101 173 114 0.42 0 0.34 0.32 130.83 0.31 0.54
Hex 65 AD 72 2A 0 22 20 83 1F 36
Octal 145 255 162 52 0 42 40 203 37 66
Binary 1100101 10101101 1110010 101010 0 100010 100000 10000011 11111 110110

Color Harmonies of #65AD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AD72

Black with #65AD72

Text Example


Text Example

White with #65AD72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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