#65A761

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

Shades of Fern #65A761

Tints of Fern #65A761

Color information

#65A761 (or 0x65A761) is unknown color: approx Fern. HEX triplet: 65, A7 and 61. RGB value is (101,167,97). Sum of RGB (Red+Green+Blue) = 101+167+97=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 167 (65.62% from 255 or 45.75% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 167 - color contains mainly: green. Hex color #65A761 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A761 is #9A589E. Grayscale: #8B8B8B. Windows color (decimal): -10115231 or 6399845. OLE color: 6399845.

HSL color Cylindrical-coordinate representation of color #65A761: hue angle of 116.57º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65A761 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB10116797-
CMYK0.4000.420.35
HSL116.57º28.46%51.76%-
HSV(B)116.57º41.92%65.49%-
XYZ21.3431.2716.22-
YUV139.29104.13100.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.67%
GREEN value IS 167 (65.62% from 255) = 45.75%
BLUE value IS 97 (38.28% from 255) = 26.58%
R=27.67%
G=45.75%
B=26.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal101167970.4000.420.35116.5728.4651.76
Hex65A7612802A23751c34
Octal14524714150052431653464
Binary11001011010011111000011010000101010100011111010111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,167,97); }

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

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

 a { background-color: rgb(101,167,97); }

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

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

 span { border-color: rgb(101,167,97); }

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