Html Css Color HEX #65B077 Fern

📋 copy color: '#65B077'

red 101 ◦ green 176 ◦ blue 119

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

Shades of Fern #65B077

Tints of Fern #65B077

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.44%

 BLUE value IS 119 (46.88% from 255) = 30.05%

R = 25.51%
G = 44.44%
B = 30.05%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#65B077 (or 0x65B077) is known color: Fern. HEX triplet: 65, B0 and 77. RGB value is (101,176,119). Sum of RGB (Red+Green+Blue) = 101+176+119=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 176 - color contains mainly: green. Hex color #65B077 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65B077 is #9A4F88. Grayscale: #939393. Windows color (decimal): -10112905 or 7843941. OLE color: 7843941.

HSL color Cylindrical-coordinate representation of color #65B077: hue angle of 134.4º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65B077 is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 101 176 119 -
CMYK 0.43 0 0.32 0.31
HSL 134.4º 0.32% 0.54% -
HSV(B) 134.4º 0.43% 0.69% -
XYZ 24.22 35.15 22.96 -
YUV 147.08 112.15 95.13 -
System Red Green Blue C M Y K H S L
Decimal 101 176 119 0.43 0 0.32 0.31 134.4 0.32 0.54
Hex 65 B0 77 2B 0 20 1F 86 20 36
Octal 145 260 167 53 0 40 37 206 40 66
Binary 1100101 10110000 1110111 101011 0 100000 11111 10000110 100000 110110

Color Harmonies of #65B077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B077

Black with #65B077

Text Example


Text Example

White with #65B077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,176,119); }

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

background-color css

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

 a { background-color: rgb(101,176,119); }

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

border-color css

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

 span { border-color: rgb(101,176,119); }

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