#65A76F

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

Shades of Fern #65A76F

Tints of Fern #65A76F

Color information

#65A76F (or 0x65A76F) is unknown color: approx Fern. HEX triplet: 65, A7 and 6F. RGB value is (101,167,111). Sum of RGB (Red+Green+Blue) = 101+167+111=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 167 (65.62% from 255 or 44.06% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 167 - color contains mainly: green. Hex color #65A76F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A76F is #9A5890. Grayscale: #8D8D8D. Windows color (decimal): -10115217 or 7317349. OLE color: 7317349.

HSL color Cylindrical-coordinate representation of color #65A76F: hue angle of 129.09º 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 #65A76F is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB101167111-
CMYK0.4000.340.35
HSL129.09º27.27%52.55%-
HSV(B)129.09º39.52%65.49%-
XYZ22.0531.5519.97-
YUV140.88111.1399.55-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.65%
GREEN value IS 167 (65.62% from 255) = 44.06%
BLUE value IS 111 (43.75% from 255) = 29.29%
R=26.65%
G=44.06%
B=29.29%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1011671110.4000.340.35129.0927.2752.55
Hex65A76F2802223811b35
Octal14524715750042432013365
Binary110010110100111110111110100001000101000111000000111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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