Html Css Color HEX #65B774 Fern

📋 copy color: '#65B774'

red 101 ◦ green 183 ◦ blue 116

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

Shades of Fern #65B774

Tints of Fern #65B774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29%

R = 25.25%
G = 45.75%
B = 29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#65B774 (or 0x65B774) is known color: Fern. HEX triplet: 65, B7 and 74. RGB value is (101,183,116). Sum of RGB (Red+Green+Blue) = 101+183+116=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 183 (71.88% from 255 or 45.75% from 400); Blue value is 116 (45.70% from 255 or 29% from 400); Max value from RGB is 183 - color contains mainly: green. Hex color #65B774 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65B774 is #9A488B. Grayscale: #979797. Windows color (decimal): -10111116 or 7649125. OLE color: 7649125.

HSL color Cylindrical-coordinate representation of color #65B774: hue angle of 130.98º 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 #65B774 is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 101 183 116 -
CMYK 0.45 0 0.37 0.28
HSL 130.98º 0.36% 0.56% -
HSV(B) 130.98º 0.45% 0.72% -
XYZ 25.45 37.89 22.5 -
YUV 150.84 108.33 92.45 -
System Red Green Blue C M Y K H S L
Decimal 101 183 116 0.45 0 0.37 0.28 130.98 0.36 0.56
Hex 65 B7 74 2D 0 25 1C 83 24 38
Octal 145 267 164 55 0 45 34 203 44 70
Binary 1100101 10110111 1110100 101101 0 100101 11100 10000011 100100 111000

Color Harmonies of #65B774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B774

Black with #65B774

Text Example


Text Example

White with #65B774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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