#6AB161

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

Shades of Fern #6AB161

Tints of Fern #6AB161

Color information

#6AB161 (or 0x6AB161) is unknown color: approx Fern. HEX triplet: 6A, B1 and 61. RGB value is (106,177,97). Sum of RGB (Red+Green+Blue) = 106+177+97=380 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.89% from 380); Green value is 177 (69.53% from 255 or 46.58% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 177 - color contains mainly: green. Hex color #6AB161 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AB161 is #954E9E. Grayscale: #929292. Windows color (decimal): -9784991 or 6402410. OLE color: 6402410.

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

Color convert

RGB10617797-
CMYK0.4000.450.31
HSL113.25º33.9%53.73%-
HSV(B)113.25º45.2%69.41%-
XYZ23.8235.3716.88-
YUV146.6599.9899-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.89%
GREEN value IS 177 (69.53% from 255) = 46.58%
BLUE value IS 97 (38.28% from 255) = 25.53%
R=27.89%
G=46.58%
B=25.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal106177970.4000.450.31113.2533.953.73
Hex6AB1612802D1F712236
Octal15226114150055371614266
Binary11010101011000111000011010000101101111111110001100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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