#65AF67

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

Shades of Fern #65AF67

Tints of Fern #65AF67

Color information

#65AF67 (or 0x65AF67) is unknown color: approx Fern. HEX triplet: 65, AF and 67. RGB value is (101,175,103). Sum of RGB (Red+Green+Blue) = 101+175+103=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 103 (40.62% from 255 or 27.18% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AF67 is #9A5098. Grayscale: #909090. Windows color (decimal): -10113177 or 6795109. OLE color: 6795109.

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

Color convert

RGB101175103-
CMYK0.4200.410.31
HSL121.62º31.62%54.12%-
HSV(B)121.62º42.29%68.63%-
XYZ23.1434.4118.25-
YUV144.67104.4896.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.65%
GREEN value IS 175 (68.75% from 255) = 46.17%
BLUE value IS 103 (40.62% from 255) = 27.18%
R=26.65%
G=46.17%
B=27.18%

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
Decimal1011751030.4200.410.31121.6231.6254.12
Hex65AF672A0291F7a2036
Octal14525714752051371724066
Binary11001011010111111001111010100101001111111111010100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AF67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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