Html Css Color HEX #65AF60 Fern

📋 copy color: '#65AF60'

red 101 ◦ green 175 ◦ blue 96

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

Shades of Fern #65AF60

Tints of Fern #65AF60

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.04%

 BLUE value IS 96 (37.89% from 255) = 25.81%

R = 27.15%
G = 47.04%
B = 25.81%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#65AF60 (or 0x65AF60) is known color: Fern. HEX triplet: 65, AF and 60. RGB value is (101,175,96). Sum of RGB (Red+Green+Blue) = 101+175+96=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AF60 is #9A509F. Grayscale: #909090. Windows color (decimal): -10113184 or 6336357. OLE color: 6336357.

HSL color Cylindrical-coordinate representation of color #65AF60: hue angle of 116.2º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65AF60 is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 101 175 96 -
CMYK 0.42 0 0.45 0.31
HSL 116.2º 0.33% 0.53% -
HSV(B) 116.2º 0.45% 0.69% -
XYZ 22.81 34.27 16.48 -
YUV 143.87 100.98 97.42 -
System Red Green Blue C M Y K H S L
Decimal 101 175 96 0.42 0 0.45 0.31 116.2 0.33 0.53
Hex 65 AF 60 2A 0 2D 1F 74 21 35
Octal 145 257 140 52 0 55 37 164 41 65
Binary 1100101 10101111 1100000 101010 0 101101 11111 1110100 100001 110101

Color Harmonies of #65AF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65AF60

Black with #65AF60

Text Example


Text Example

White with #65AF60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,175,96); }

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

background-color css

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

 a { background-color: rgb(101,175,96); }

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

border-color css

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

 span { border-color: rgb(101,175,96); }

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