#65C077

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

Shades of Fern #65C077

Tints of Fern #65C077

Color information

#65C077 (or 0x65C077) is unknown color: approx Fern. HEX triplet: 65, C0 and 77. RGB value is (101,192,119). Sum of RGB (Red+Green+Blue) = 101+192+119=412 (54% of max value = 765). Red value is 101 (39.84% from 255 or 24.51% from 412); Green value is 192 (75.39% from 255 or 46.60% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 192 - color contains mainly: green. Hex color #65C077 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65C077 is #9A3F88. Grayscale: #9C9C9C. Windows color (decimal): -10108809 or 7848037. OLE color: 7848037.

HSL color Cylindrical-coordinate representation of color #65C077: hue angle of 131.87º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65C077 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB101192119-
CMYK0.4700.380.25
HSL131.87º41.94%57.45%-
HSV(B)131.87º47.4%75.29%-
XYZ27.5541.824.07-
YUV156.47106.8588.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 24.51%
GREEN value IS 192 (75.39% from 255) = 46.60%
BLUE value IS 119 (46.88% from 255) = 28.88%
R=24.51%
G=46.60%
B=28.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1011921190.4700.380.25131.8741.9457.45
Hex65C0772F02619842a39
Octal14530016757046312045271
Binary110010111000000111011110111101001101100110000100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65C077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,192,119); }

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

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

 a { background-color: rgb(101,192,119); }

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

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

 span { border-color: rgb(101,192,119); }

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