#65B27D

Color #65B27D Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #65B27D

Tints of Fern #65B27D

Color information

#65B27D (or 0x65B27D) is unknown color: approx Fern. HEX triplet: 65, B2 and 7D. RGB value is (101,178,125). Sum of RGB (Red+Green+Blue) = 101+178+125=404 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25% from 404); Green value is 178 (69.92% from 255 or 44.06% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 178 - color contains mainly: green. Hex color #65B27D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65B27D is #9A4D82. Grayscale: #959595. Windows color (decimal): -10112387 or 8237669. OLE color: 8237669.

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

Color convert

RGB101178125-
CMYK0.4300.300.30
HSL138.7º33.33%54.71%-
HSV(B)138.7º43.26%69.8%-
XYZ24.9936.0925.05-
YUV148.94114.4993.81-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25%
GREEN value IS 178 (69.92% from 255) = 44.06%
BLUE value IS 125 (49.22% from 255) = 30.94%
R=25%
G=44.06%
B=30.94%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1011781250.4300.300.30138.733.3354.71
Hex65B27D2B01E1E8b2137
Octal14526217553036362134167
Binary11001011011001011111011010110111101111010001011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #65B27D;
 }
 .AnyTagClassName
 {
   color: #65B27D;
 }
</style>
background-color css

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

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

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

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

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

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