#65AF68

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

Shades of Fern #65AF68

Tints of Fern #65AF68

Color information

#65AF68 (or 0x65AF68) is unknown color: approx Fern. HEX triplet: 65, AF and 68. RGB value is (101,175,104). Sum of RGB (Red+Green+Blue) = 101+175+104=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 175 (68.75% from 255 or 46.05% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AF68 is #9A5097. Grayscale: #909090. Windows color (decimal): -10113176 or 6860645. OLE color: 6860645.

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

Color convert

RGB101175104-
CMYK0.4200.410.31
HSL122.43º31.62%54.12%-
HSV(B)122.43º42.29%68.63%-
XYZ23.234.4318.52-
YUV144.78104.9896.77-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.58%
GREEN value IS 175 (68.75% from 255) = 46.05%
BLUE value IS 104 (41.02% from 255) = 27.37%
R=26.58%
G=46.05%
B=27.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1011751040.4200.410.31122.4331.6254.12
Hex65AF682A0291F7a2036
Octal14525715052051371724066
Binary11001011010111111010001010100101001111111111010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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