#6AB165

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

Shades of Fern #6AB165

Tints of Fern #6AB165

Color information

#6AB165 (or 0x6AB165) is unknown color: approx Fern. HEX triplet: 6A, B1 and 65. RGB value is (106,177,101). Sum of RGB (Red+Green+Blue) = 106+177+101=384 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.60% from 384); Green value is 177 (69.53% from 255 or 46.09% from 384); Blue value is 101 (39.84% from 255 or 26.30% from 384); Max value from RGB is 177 - color contains mainly: green. Hex color #6AB165 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AB165 is #954E9A. Grayscale: #939393. Windows color (decimal): -9784987 or 6664554. OLE color: 6664554.

HSL color Cylindrical-coordinate representation of color #6AB165: hue angle of 116.05º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6AB165 is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB106177101-
CMYK0.4000.430.31
HSL116.05º32.76%54.51%-
HSV(B)116.05º42.94%69.41%-
XYZ24.0135.4517.89-
YUV147.11101.9898.68-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.60%
GREEN value IS 177 (69.53% from 255) = 46.09%
BLUE value IS 101 (39.84% from 255) = 26.30%
R=27.60%
G=46.09%
B=26.30%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1061771010.4000.430.31116.0532.7654.51
Hex6AB1652802B1F742137
Octal15226114550053371644167
Binary11010101011000111001011010000101011111111110100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6AB165; }

 p { color: rgb(106,177,101); }

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

<style>
 a { background-color: #6AB165; }

 a { background-color: rgb(106,177,101); }

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

<style>
 span { border-color: #6AB165; }

 span { border-color: rgb(106,177,101); }

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