#65B27B

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

Shades of Fern #65B27B

Tints of Fern #65B27B

Color information

#65B27B (or 0x65B27B) is unknown color: approx Fern. HEX triplet: 65, B2 and 7B. RGB value is (101,178,123). Sum of RGB (Red+Green+Blue) = 101+178+123=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 178 (69.92% from 255 or 44.28% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 178 - color contains mainly: green. Hex color #65B27B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65B27B is #9A4D84. Grayscale: #949494. Windows color (decimal): -10112389 or 8106597. OLE color: 8106597.

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

Color convert

RGB101178123-
CMYK0.4300.310.30
HSL137.14º33.33%54.71%-
HSV(B)137.14º43.26%69.8%-
XYZ24.8636.0424.38-
YUV148.71113.4993.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.12%
GREEN value IS 178 (69.92% from 255) = 44.28%
BLUE value IS 123 (48.44% from 255) = 30.60%
R=25.12%
G=44.28%
B=30.60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1011781230.4300.310.30137.1433.3354.71
Hex65B27B2B01F1E892137
Octal14526217353037362114167
Binary11001011011001011110111010110111111111010001001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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