Html Css Color HEX #65B370 Fern

📋 copy color: '#65B370'

red 101 ◦ green 179 ◦ blue 112

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

Shades of Fern #65B370

Tints of Fern #65B370

RGB

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

 GREEN value IS 179 (70.31% from 255) = 45.66%

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

R = 25.77%
G = 45.66%
B = 28.57%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#65B370 (or 0x65B370) is known color: Fern. HEX triplet: 65, B3 and 70. RGB value is (101,179,112). Sum of RGB (Red+Green+Blue) = 101+179+112=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 112 (44.14% from 255 or 28.57% from 392); Max value from RGB is 179 - color contains mainly: green. Hex color #65B370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B370 is #9A4C8F. Grayscale: #949494. Windows color (decimal): -10112144 or 7385957. OLE color: 7385957.

HSL color Cylindrical-coordinate representation of color #65B370: hue angle of 128.46º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #65B370 is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB 101 179 112 -
CMYK 0.44 0 0.37 0.30
HSL 128.46º 0.34% 0.55% -
HSV(B) 128.46º 0.44% 0.7% -
XYZ 24.41 36.18 21.03 -
YUV 148.04 107.66 94.45 -
System Red Green Blue C M Y K H S L
Decimal 101 179 112 0.44 0 0.37 0.30 128.46 0.34 0.55
Hex 65 B3 70 2C 0 25 1E 80 22 37
Octal 145 263 160 54 0 45 36 200 42 67
Binary 1100101 10110011 1110000 101100 0 100101 11110 10000000 100010 110111

Color Harmonies of #65B370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B370

Black with #65B370

Text Example


Text Example

White with #65B370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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