Html Css Color HEX #65AC75 Fern

📋 copy color: '#65AC75'

red 101 ◦ green 172 ◦ blue 117

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

Shades of Fern #65AC75

Tints of Fern #65AC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30%

R = 25.9%
G = 44.1%
B = 30%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#65AC75 (or 0x65AC75) is known color: Fern. HEX triplet: 65, AC and 75. RGB value is (101,172,117). Sum of RGB (Red+Green+Blue) = 101+172+117=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 172 - color contains mainly: green. Hex color #65AC75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AC75 is #9A538A. Grayscale: #909090. Windows color (decimal): -10113931 or 7711845. OLE color: 7711845.

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

Color convert

RGB 101 172 117 -
CMYK 0.41 0 0.32 0.33
HSL 133.52º 0.3% 0.54% -
HSV(B) 133.52º 0.41% 0.67% -
XYZ 23.33 33.56 22.08 -
YUV 144.5 112.48 96.97 -
System Red Green Blue C M Y K H S L
Decimal 101 172 117 0.41 0 0.32 0.33 133.52 0.3 0.54
Hex 65 AC 75 29 0 20 21 86 1E 36
Octal 145 254 165 51 0 40 41 206 36 66
Binary 1100101 10101100 1110101 101001 0 100000 100001 10000110 11110 110110

Color Harmonies of #65AC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AC75

Black with #65AC75

Text Example


Text Example

White with #65AC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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