#65A663

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

Shades of Fern #65A663

Tints of Fern #65A663

Color information

#65A663 (or 0x65A663) is unknown color: approx Fern. HEX triplet: 65, A6 and 63. RGB value is (101,166,99). Sum of RGB (Red+Green+Blue) = 101+166+99=366 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.60% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 166 - color contains mainly: green. Hex color #65A663 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A663 is #9A599C. Grayscale: #8B8B8B. Windows color (decimal): -10115485 or 6530661. OLE color: 6530661.

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

Color convert

RGB10116699-
CMYK0.3900.400.35
HSL118.21º27.35%51.96%-
HSV(B)118.21º40.36%65.1%-
XYZ21.2630.9416.66-
YUV138.93105.47100.95-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.60%
GREEN value IS 166 (65.23% from 255) = 45.36%
BLUE value IS 99 (39.06% from 255) = 27.05%
R=27.60%
G=45.36%
B=27.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal101166990.3900.400.35118.2127.3551.96
Hex65A6632702823761b34
Octal14524614347050431663364
Binary11001011010011011000111001110101000100011111011011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,166,99); }

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

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

 a { background-color: rgb(101,166,99); }

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

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

 span { border-color: rgb(101,166,99); }

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