#65B17A

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

Shades of Fern #65B17A

Tints of Fern #65B17A

Color information

#65B17A (or 0x65B17A) is unknown color: approx Fern. HEX triplet: 65, B1 and 7A. RGB value is (101,177,122). Sum of RGB (Red+Green+Blue) = 101+177+122=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 177 - color contains mainly: green. Hex color #65B17A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65B17A is #9A4E85. Grayscale: #949494. Windows color (decimal): -10112646 or 8040805. OLE color: 8040805.

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

Color convert

RGB101177122-
CMYK0.4300.310.31
HSL136.58º32.76%54.51%-
HSV(B)136.58º42.94%69.41%-
XYZ24.635.6223.99-
YUV148.01113.3294.47-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.25%
GREEN value IS 177 (69.53% from 255) = 44.25%
BLUE value IS 122 (48.05% from 255) = 30.5%
R=25.25%
G=44.25%
B=30.5%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011771220.4300.310.31136.5832.7654.51
Hex65B17A2B01F1F892137
Octal14526117253037372114167
Binary11001011011000111110101010110111111111110001001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65B17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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