#6ABA65

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

Shades of Fern #6ABA65

Tints of Fern #6ABA65

Color information

#6ABA65 (or 0x6ABA65) is unknown color: approx Fern. HEX triplet: 6A, BA and 65. RGB value is (106,186,101). Sum of RGB (Red+Green+Blue) = 106+186+101=393 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.97% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #6ABA65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ABA65 is #95459A. Grayscale: #989898. Windows color (decimal): -9782683 or 6666858. OLE color: 6666858.

HSL color Cylindrical-coordinate representation of color #6ABA65: hue angle of 116.47º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ABA65 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB106186101-
CMYK0.4300.460.27
HSL116.47º38.12%56.27%-
HSV(B)116.47º45.7%72.94%-
XYZ25.8539.1218.5-
YUV152.399994.91-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.97%
GREEN value IS 186 (73.05% from 255) = 47.33%
BLUE value IS 101 (39.84% from 255) = 25.70%
R=26.97%
G=47.33%
B=25.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1061861010.4300.460.27116.4738.1256.27
Hex6ABA652B02E1B742638
Octal15227214553056331644670
Binary11010101011101011001011010110101110110111110100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ABA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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