#65AF6D

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

Shades of Fern #65AF6D

Tints of Fern #65AF6D

Color information

#65AF6D (or 0x65AF6D) is unknown color: approx Fern. HEX triplet: 65, AF and 6D. RGB value is (101,175,109). Sum of RGB (Red+Green+Blue) = 101+175+109=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 175 (68.75% from 255 or 45.45% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AF6D is #9A5092. Grayscale: #919191. Windows color (decimal): -10113171 or 7188325. OLE color: 7188325.

HSL color Cylindrical-coordinate representation of color #65AF6D: hue angle of 126.49º 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 #65AF6D is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.

Color convert

RGB101175109-
CMYK0.4200.380.31
HSL126.49º31.62%54.12%-
HSV(B)126.49º42.29%68.63%-
XYZ23.4634.5319.9-
YUV145.35107.4896.37-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.23%
GREEN value IS 175 (68.75% from 255) = 45.45%
BLUE value IS 109 (42.97% from 255) = 28.31%
R=26.23%
G=45.45%
B=28.31%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011751090.4200.380.31126.4931.6254.12
Hex65AF6D2A0261F7e2036
Octal14525715552046371764066
Binary11001011010111111011011010100100110111111111110100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AF6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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