#65B274

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

Shades of Fern #65B274

Tints of Fern #65B274

Color information

#65B274 (or 0x65B274) is unknown color: approx Fern. HEX triplet: 65, B2 and 74. RGB value is (101,178,116). Sum of RGB (Red+Green+Blue) = 101+178+116=395 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.57% from 395); Green value is 178 (69.92% from 255 or 45.06% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 178 - color contains mainly: green. Hex color #65B274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65B274 is #9A4D8B. Grayscale: #949494. Windows color (decimal): -10112396 or 7647845. OLE color: 7647845.

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

Color convert

RGB101178116-
CMYK0.4300.350.30
HSL131.69º33.33%54.71%-
HSV(B)131.69º43.26%69.8%-
XYZ24.4435.8722.16-
YUV147.91109.9994.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.57%
GREEN value IS 178 (69.92% from 255) = 45.06%
BLUE value IS 116 (45.70% from 255) = 29.37%
R=25.57%
G=45.06%
B=29.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1011781160.4300.350.30131.6933.3354.71
Hex65B2742B0231E842137
Octal14526216453043362044167
Binary110010110110010111010010101101000111111010000100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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