Html Css Color HEX #65B375 Fern

📋 copy color: '#65B375'

red 101 ◦ green 179 ◦ blue 117

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

Shades of Fern #65B375

Tints of Fern #65B375

RGB

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

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

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

R = 25.44%
G = 45.09%
B = 29.47%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#65B375 (or 0x65B375) is known color: Fern. HEX triplet: 65, B3 and 75. RGB value is (101,179,117). Sum of RGB (Red+Green+Blue) = 101+179+117=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 179 (70.31% from 255 or 45.09% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 179 - color contains mainly: green. Hex color #65B375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B375 is #9A4C8A. Grayscale: #949494. Windows color (decimal): -10112139 or 7713637. OLE color: 7713637.

HSL color Cylindrical-coordinate representation of color #65B375: hue angle of 132.31º 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 #65B375 is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB 101 179 117 -
CMYK 0.44 0 0.35 0.30
HSL 132.31º 0.34% 0.55% -
HSV(B) 132.31º 0.44% 0.7% -
XYZ 24.7 36.29 22.53 -
YUV 148.61 110.16 94.04 -
System Red Green Blue C M Y K H S L
Decimal 101 179 117 0.44 0 0.35 0.30 132.31 0.34 0.55
Hex 65 B3 75 2C 0 23 1E 84 22 37
Octal 145 263 165 54 0 43 36 204 42 67
Binary 1100101 10110011 1110101 101100 0 100011 11110 10000100 100010 110111

Color Harmonies of #65B375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B375

Black with #65B375

Text Example


Text Example

White with #65B375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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