#65AB6F

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

Shades of Fern #65AB6F

Tints of Fern #65AB6F

Color information

#65AB6F (or 0x65AB6F) is unknown color: approx Fern. HEX triplet: 65, AB and 6F. RGB value is (101,171,111). Sum of RGB (Red+Green+Blue) = 101+171+111=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 111 (43.75% from 255 or 28.98% from 383); Max value from RGB is 171 - color contains mainly: green. Hex color #65AB6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AB6F is #9A5490. Grayscale: #8F8F8F. Windows color (decimal): -10114193 or 7318373. OLE color: 7318373.

HSL color Cylindrical-coordinate representation of color #65AB6F: hue angle of 128.57º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65AB6F is Cyan = 0.41, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB101171111-
CMYK0.4100.350.33
HSL128.57º29.41%53.33%-
HSV(B)128.57º40.94%67.06%-
XYZ22.833.0420.21-
YUV143.23109.8197.88-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.37%
GREEN value IS 171 (67.19% from 255) = 44.65%
BLUE value IS 111 (43.75% from 255) = 28.98%
R=26.37%
G=44.65%
B=28.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1011711110.4100.350.33128.5729.4153.33
Hex65AB6F2902321811d35
Octal14525315751043412013565
Binary110010110101011110111110100101000111000011000000111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65AB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,171,111); }

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

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

 a { background-color: rgb(101,171,111); }

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

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

 span { border-color: rgb(101,171,111); }

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