Html Css Color HEX #65B27C Fern

📋 copy color: '#65B27C'

red 101 ◦ green 178 ◦ blue 124

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

Shades of Fern #65B27C

Tints of Fern #65B27C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.17%

 BLUE value IS 124 (48.83% from 255) = 30.77%

R = 25.06%
G = 44.17%
B = 30.77%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#65B27C (or 0x65B27C) is known color: Fern. HEX triplet: 65, B2 and 7C. RGB value is (101,178,124). Sum of RGB (Red+Green+Blue) = 101+178+124=403 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.06% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 178 - color contains mainly: green. Hex color #65B27C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65B27C is #9A4D83. Grayscale: #949494. Windows color (decimal): -10112388 or 8172133. OLE color: 8172133.

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

Color convert

RGB 101 178 124 -
CMYK 0.43 0 0.30 0.30
HSL 137.92º 0.33% 0.55% -
HSV(B) 137.92º 0.43% 0.7% -
XYZ 24.93 36.06 24.72 -
YUV 148.82 113.99 93.89 -
System Red Green Blue C M Y K H S L
Decimal 101 178 124 0.43 0 0.30 0.30 137.92 0.33 0.55
Hex 65 B2 7C 2B 0 1E 1E 8A 21 37
Octal 145 262 174 53 0 36 36 212 41 67
Binary 1100101 10110010 1111100 101011 0 11110 11110 10001010 100001 110111

Color Harmonies of #65B27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65B27C

Black with #65B27C

Text Example


Text Example

White with #65B27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,178,124); }

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

background-color css

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

 a { background-color: rgb(101,178,124); }

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

border-color css

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

 span { border-color: rgb(101,178,124); }

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