#65B270

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

Shades of Fern #65B270

Tints of Fern #65B270

Color information

#65B270 (or 0x65B270) is unknown color: approx Fern. HEX triplet: 65, B2 and 70. RGB value is (101,178,112). Sum of RGB (Red+Green+Blue) = 101+178+112=391 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.83% from 391); Green value is 178 (69.92% from 255 or 45.52% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 178 - color contains mainly: green. Hex color #65B270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65B270 is #9A4D8F. Grayscale: #939393. Windows color (decimal): -10112400 or 7385701. OLE color: 7385701.

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

Color convert

RGB101178112-
CMYK0.4300.370.30
HSL128.57º33.33%54.71%-
HSV(B)128.57º43.26%69.8%-
XYZ24.2135.7820.96-
YUV147.45107.9994.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.83%
GREEN value IS 178 (69.92% from 255) = 45.52%
BLUE value IS 112 (44.14% from 255) = 28.64%
R=25.83%
G=45.52%
B=28.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1011781120.4300.370.30128.5733.3354.71
Hex65B2702B0251E812137
Octal14526216053045362014167
Binary110010110110010111000010101101001011111010000001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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