#65A46B

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

Shades of Fern #65A46B

Tints of Fern #65A46B

Color information

#65A46B (or 0x65A46B) is unknown color: approx Fern. HEX triplet: 65, A4 and 6B. RGB value is (101,164,107). Sum of RGB (Red+Green+Blue) = 101+164+107=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 164 (64.45% from 255 or 44.09% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 164 - color contains mainly: green. Hex color #65A46B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A46B is #9A5B94. Grayscale: #8A8A8A. Windows color (decimal): -10115989 or 7054437. OLE color: 7054437.

HSL color Cylindrical-coordinate representation of color #65A46B: hue angle of 125.71º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65A46B is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB101164107-
CMYK0.3800.350.36
HSL125.71º25.71%51.96%-
HSV(B)125.71º38.41%64.31%-
XYZ21.330.3818.65-
YUV138.66110.13101.13-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.15%
GREEN value IS 164 (64.45% from 255) = 44.09%
BLUE value IS 107 (42.19% from 255) = 28.76%
R=27.15%
G=44.09%
B=28.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011641070.3800.350.36125.7125.7151.96
Hex65A46B26023247e1a34
Octal14524415346043441763264
Binary11001011010010011010111001100100011100100111111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,164,107); }

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

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

 a { background-color: rgb(101,164,107); }

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

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

 span { border-color: rgb(101,164,107); }

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