#65A76C

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

Shades of Fern #65A76C

Tints of Fern #65A76C

Color information

#65A76C (or 0x65A76C) is unknown color: approx Fern. HEX triplet: 65, A7 and 6C. RGB value is (101,167,108). Sum of RGB (Red+Green+Blue) = 101+167+108=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 167 (65.62% from 255 or 44.41% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 167 - color contains mainly: green. Hex color #65A76C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A76C is #9A5893. Grayscale: #8C8C8C. Windows color (decimal): -10115220 or 7120741. OLE color: 7120741.

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

Color convert

RGB101167108-
CMYK0.4000.350.35
HSL126.36º27.27%52.55%-
HSV(B)126.36º39.52%65.49%-
XYZ21.8931.4919.11-
YUV140.54109.6399.8-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.86%
GREEN value IS 167 (65.62% from 255) = 44.41%
BLUE value IS 108 (42.58% from 255) = 28.72%
R=26.86%
G=44.41%
B=28.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1011671080.4000.350.35126.3627.2752.55
Hex65A76C28023237e1b35
Octal14524715450043431763365
Binary11001011010011111011001010000100011100011111111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,167,108); }

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

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

 a { background-color: rgb(101,167,108); }

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

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

 span { border-color: rgb(101,167,108); }

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