Html Css Color HEX #65AC72 Fern

📋 copy color: '#65AC72'

red 101 ◦ green 172 ◦ blue 114

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

Shades of Fern #65AC72

Tints of Fern #65AC72

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.44%

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

R = 26.1%
G = 44.44%
B = 29.46%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#65AC72 (or 0x65AC72) is known color: Fern. HEX triplet: 65, AC and 72. RGB value is (101,172,114). Sum of RGB (Red+Green+Blue) = 101+172+114=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 172 - color contains mainly: green. Hex color #65AC72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AC72 is #9A538D. Grayscale: #909090. Windows color (decimal): -10113934 or 7515237. OLE color: 7515237.

HSL color Cylindrical-coordinate representation of color #65AC72: hue angle of 130.99º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65AC72 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 172 114 -
CMYK 0.41 0 0.34 0.33
HSL 130.99º 0.3% 0.54% -
HSV(B) 130.99º 0.41% 0.67% -
XYZ 23.16 33.49 21.16 -
YUV 144.16 110.98 97.22 -
System Red Green Blue C M Y K H S L
Decimal 101 172 114 0.41 0 0.34 0.33 130.99 0.3 0.54
Hex 65 AC 72 29 0 22 21 83 1E 36
Octal 145 254 162 51 0 42 41 203 36 66
Binary 1100101 10101100 1110010 101001 0 100010 100001 10000011 11110 110110

Color Harmonies of #65AC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AC72

Black with #65AC72

Text Example


Text Example

White with #65AC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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