Html Css Color HEX #65B770 Fern

📋 copy color: '#65B770'

red 101 ◦ green 183 ◦ blue 112

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

Shades of Fern #65B770

Tints of Fern #65B770

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.21%

 BLUE value IS 112 (44.14% from 255) = 28.28%

R = 25.51%
G = 46.21%
B = 28.28%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#65B770 (or 0x65B770) is known color: Fern. HEX triplet: 65, B7 and 70. RGB value is (101,183,112). Sum of RGB (Red+Green+Blue) = 101+183+112=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 183 (71.88% from 255 or 46.21% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 183 - color contains mainly: green. Hex color #65B770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B770 is #9A488F. Grayscale: #969696. Windows color (decimal): -10111120 or 7386981. OLE color: 7386981.

HSL color Cylindrical-coordinate representation of color #65B770: hue angle of 128.05º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65B770 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 101 183 112 -
CMYK 0.45 0 0.39 0.28
HSL 128.05º 0.36% 0.56% -
HSV(B) 128.05º 0.45% 0.72% -
XYZ 25.22 37.8 21.3 -
YUV 150.39 106.33 92.77 -
System Red Green Blue C M Y K H S L
Decimal 101 183 112 0.45 0 0.39 0.28 128.05 0.36 0.56
Hex 65 B7 70 2D 0 27 1C 80 24 38
Octal 145 267 160 55 0 47 34 200 44 70
Binary 1100101 10110111 1110000 101101 0 100111 11100 10000000 100100 111000

Color Harmonies of #65B770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B770

Black with #65B770

Text Example


Text Example

White with #65B770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,183,112); }

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

background-color css

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

 a { background-color: rgb(101,183,112); }

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

border-color css

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

 span { border-color: rgb(101,183,112); }

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