#65A970

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

Shades of Fern #65A970

Tints of Fern #65A970

Color information

#65A970 (or 0x65A970) is unknown color: approx Fern. HEX triplet: 65, A9 and 70. RGB value is (101,169,112). Sum of RGB (Red+Green+Blue) = 101+169+112=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 169 (66.41% from 255 or 44.24% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 169 - color contains mainly: green. Hex color #65A970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A970 is #9A568F. Grayscale: #8E8E8E. Windows color (decimal): -10114704 or 7383397. OLE color: 7383397.

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

Color convert

RGB101169112-
CMYK0.4000.340.34
HSL129.71º28.33%52.94%-
HSV(B)129.71º40.24%66.27%-
XYZ22.4832.3120.38-
YUV142.17110.9798.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.44%
GREEN value IS 169 (66.41% from 255) = 44.24%
BLUE value IS 112 (44.14% from 255) = 29.32%
R=26.44%
G=44.24%
B=29.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1011691120.4000.340.34129.7128.3352.94
Hex65A9702802222821c35
Octal14525116050042422023465
Binary110010110101001111000010100001000101000101000001011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,169,112); }

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

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

 a { background-color: rgb(101,169,112); }

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

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

 span { border-color: rgb(101,169,112); }

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