#65B161

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

Shades of Fern #65B161

Tints of Fern #65B161

Color information

#65B161 (or 0x65B161) is unknown color: approx Fern. HEX triplet: 65, B1 and 61. RGB value is (101,177,97). Sum of RGB (Red+Green+Blue) = 101+177+97=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 97 (38.28% from 255 or 25.87% from 375); Max value from RGB is 177 - color contains mainly: green. Hex color #65B161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65B161 is #9A4E9E. Grayscale: #919191. Windows color (decimal): -10112671 or 6402405. OLE color: 6402405.

HSL color Cylindrical-coordinate representation of color #65B161: hue angle of 117º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #65B161 is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB10117797-
CMYK0.4300.450.31
HSL117º33.9%53.73%-
HSV(B)117º45.2%69.41%-
XYZ23.2535.0716.85-
YUV145.16100.8296.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.93%
GREEN value IS 177 (69.53% from 255) = 47.2%
BLUE value IS 97 (38.28% from 255) = 25.87%
R=26.93%
G=47.2%
B=25.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101177970.4300.450.3111733.953.73
Hex65B1612B02D1F752236
Octal14526114153055371654266
Binary11001011011000111000011010110101101111111110101100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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