#65AF7A

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

Shades of Fern #65AF7A

Tints of Fern #65AF7A

Color information

#65AF7A (or 0x65AF7A) is unknown color: approx Fern. HEX triplet: 65, AF and 7A. RGB value is (101,175,122). Sum of RGB (Red+Green+Blue) = 101+175+122=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 122 (48.05% from 255 or 30.65% from 398); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AF7A is #9A5085. Grayscale: #929292. Windows color (decimal): -10113158 or 8040293. OLE color: 8040293.

HSL color Cylindrical-coordinate representation of color #65AF7A: hue angle of 137.03º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65AF7A is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB101175122-
CMYK0.4200.300.31
HSL137.03º31.62%54.12%-
HSV(B)137.03º42.29%68.63%-
XYZ24.2134.8323.86-
YUV146.83113.9895.31-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.38%
GREEN value IS 175 (68.75% from 255) = 43.97%
BLUE value IS 122 (48.05% from 255) = 30.65%
R=25.38%
G=43.97%
B=30.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011751220.4200.300.31137.0331.6254.12
Hex65AF7A2A01E1F892036
Octal14525717252036372114066
Binary11001011010111111110101010100111101111110001001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,175,122); }

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

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

 a { background-color: rgb(101,175,122); }

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

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

 span { border-color: rgb(101,175,122); }

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