#65B272

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

Shades of Fern #65B272

Tints of Fern #65B272

Color information

#65B272 (or 0x65B272) is unknown color: approx Fern. HEX triplet: 65, B2 and 72. RGB value is (101,178,114). Sum of RGB (Red+Green+Blue) = 101+178+114=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 178 - color contains mainly: green. Hex color #65B272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65B272 is #9A4D8D. Grayscale: #939393. Windows color (decimal): -10112398 or 7516773. OLE color: 7516773.

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

Color convert

RGB101178114-
CMYK0.4300.360.30
HSL130.13º33.33%54.71%-
HSV(B)130.13º43.26%69.8%-
XYZ24.3235.8221.55-
YUV147.68108.9994.7-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.70%
GREEN value IS 178 (69.92% from 255) = 45.29%
BLUE value IS 114 (44.92% from 255) = 29.01%
R=25.70%
G=45.29%
B=29.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1011781140.4300.360.30130.1333.3354.71
Hex65B2722B0241E822137
Octal14526216253044362024167
Binary110010110110010111001010101101001001111010000010100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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